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:
Wanne
2012-02-29 00:56:21 +00:00
parent 8252af65a4
commit 5d5dd0defa
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -346,6 +346,8 @@ void BtnIMPConfirmYes(GUI_BUTTON *btn,INT32 reason)
return;
}
CreateACharacterFromPlayerEnteredStats( );
// line moved by CJC Nov 28 2002 to AFTER the check for money
LaptopSaveInfo.fIMPCompletedFlag = TRUE;
+1 -1
View File
@@ -327,7 +327,7 @@ void BtnIMPFinishDoneCallback(GUI_BUTTON *btn,INT32 reason)
{
btn->uiFlags&=~(BUTTON_CLICKED_ON);
iCurrentImpPage = IMP_CONFIRM;
CreateACharacterFromPlayerEnteredStats( );
//CreateACharacterFromPlayerEnteredStats( );
fButtonPendingFlag = TRUE;
iCurrentProfileMode = IMP__REGISTRY;
fFinishedCharGeneration = FALSE;