mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user