mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
MERGED bugfixes from revision: 4927
- Bugfix: IMP pool already reduced before actual payment & character creation are done (by Buggler) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4976 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -346,6 +346,8 @@ void BtnIMPConfirmYes(GUI_BUTTON *btn,INT32 reason)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CreateACharacterFromPlayerEnteredStats( );
|
||||||
|
|
||||||
// line moved by CJC Nov 28 2002 to AFTER the check for money
|
// line moved by CJC Nov 28 2002 to AFTER the check for money
|
||||||
LaptopSaveInfo.fIMPCompletedFlag = TRUE;
|
LaptopSaveInfo.fIMPCompletedFlag = TRUE;
|
||||||
|
|
||||||
|
|||||||
@@ -327,7 +327,7 @@ void BtnIMPFinishDoneCallback(GUI_BUTTON *btn,INT32 reason)
|
|||||||
{
|
{
|
||||||
btn->uiFlags&=~(BUTTON_CLICKED_ON);
|
btn->uiFlags&=~(BUTTON_CLICKED_ON);
|
||||||
iCurrentImpPage = IMP_CONFIRM;
|
iCurrentImpPage = IMP_CONFIRM;
|
||||||
CreateACharacterFromPlayerEnteredStats( );
|
//CreateACharacterFromPlayerEnteredStats( );
|
||||||
fButtonPendingFlag = TRUE;
|
fButtonPendingFlag = TRUE;
|
||||||
iCurrentProfileMode = IMP__REGISTRY;
|
iCurrentProfileMode = IMP__REGISTRY;
|
||||||
fFinishedCharGeneration = FALSE;
|
fFinishedCharGeneration = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user