Enhanced Description Box, v1.3. By Headrock

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2414 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
ChrisL
2008-11-13 01:11:59 +00:00
parent 3cd3ef39cb
commit 905ce20125
21 changed files with 10042 additions and 1061 deletions
+4
View File
@@ -55,6 +55,7 @@ enum
TOPTION_USE_AUTO_SAVE,
TOPTION_SILENT_SKYRIDER,
TOPTION_LOW_CPU_USAGE,
TOPTION_ENHANCED_DESC_BOX,
NUM_GAME_OPTIONS, //Toggle up this will be able to be Toggled by the player
@@ -450,6 +451,9 @@ BOOLEAN gbBulletTracer;
// WANNE: Restrict female enemies from beeing in the queens army (except Female Elite enemies)?
BOOLEAN fRestrictFemaleEnemiesExceptElite;
// HEADROCK: Enhanced Item Description Box ON/OFF
BOOLEAN fEnhancedDescriptionBox;
} GAME_EXTERNAL_OPTIONS;
//This structure will contain general Ja2 settings NOT individual game settings.