mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Implemented new IMP gear selection interface to replace the dropdown menus. Requires GameDir rev 2652.
Enrico's letter is forced to the first hired merc in old inventory, similar to new inventory in case a free item pocket is not found. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9391 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -703,7 +703,7 @@ void LoadImpGraphics( void )
|
||||
// Added by SANDRO
|
||||
LoadAttribStartingLevelFrame( );
|
||||
LoadColorChoiceFrame( );
|
||||
|
||||
LoadImpGearSelection();
|
||||
return;
|
||||
|
||||
}
|
||||
@@ -757,6 +757,7 @@ void RemoveImpGraphics( void )
|
||||
// Added by SANDRO
|
||||
DeleteAttribStartingLevelFrame( );
|
||||
DeleteColorChoiceFrame( );
|
||||
DeleteImpGearSelection();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user