mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Code changes to allow more slots for IMPs.
Allow dead IMPs to be replaced. Add another way to progress in the game (sectors visited). git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@798 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -90,7 +90,7 @@ INT32 giIMPButtonImage[1];
|
||||
// visted subpages
|
||||
BOOLEAN fVisitedIMPSubPages[ IMP_NUM_PAGES ];
|
||||
extern INT32 iCurrentPortrait;
|
||||
extern INT32 iCurrentVoices;
|
||||
extern INT32 iCurrentVoice;
|
||||
extern INT32 giMaxPersonalityQuizQuestion;
|
||||
extern BOOLEAN fStartOverFlag;
|
||||
|
||||
@@ -107,9 +107,9 @@ extern void SetAttributes( void );
|
||||
|
||||
void GameInitCharProfile()
|
||||
{
|
||||
LaptopSaveInfo.iVoiceId = 0;
|
||||
LaptopSaveInfo.iIMPIndex = 0;
|
||||
iCurrentPortrait = 0;
|
||||
iCurrentVoices = 0;
|
||||
// iCurrentVoice = 0;
|
||||
iPortraitNumber = 0;
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user