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:
Asdow
2022-08-01 21:15:34 +00:00
parent 058a2cd40f
commit 1f095b7d31
14 changed files with 1553 additions and 868 deletions
+2 -1
View File
@@ -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;
}