mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
-added tooltip source from ShadoWarrior
The strings need to be localized for German and Russian versions. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@492 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -343,6 +343,30 @@ typedef struct
|
||||
BOOLEAN fEnableAllWeaponCaches;
|
||||
BOOLEAN fEnableAllTerrorists;
|
||||
|
||||
// ShadoWarrior: Tooltip changes (start)
|
||||
UINT8 ubSoldierTooltipDetailLevel;
|
||||
|
||||
BOOLEAN fEnableSoldierTooltipLocation;
|
||||
BOOLEAN fEnableSoldierTooltipBrightness;
|
||||
BOOLEAN fEnableSoldierTooltipRangeToTarget;
|
||||
BOOLEAN fEnableSoldierTooltipID;
|
||||
BOOLEAN fEnableSoldierTooltipOrders;
|
||||
BOOLEAN fEnableSoldierTooltipAttitude;
|
||||
BOOLEAN fEnableSoldierTooltipActionPoints;
|
||||
BOOLEAN fEnableSoldierTooltipHealth;
|
||||
BOOLEAN fEnableSoldierTooltipHelmet;
|
||||
BOOLEAN fEnableSoldierTooltipVest;
|
||||
BOOLEAN fEnableSoldierTooltipLeggings;
|
||||
BOOLEAN fEnableSoldierTooltipHeadItem1;
|
||||
BOOLEAN fEnableSoldierTooltipHeadItem2;
|
||||
BOOLEAN fEnableSoldierTooltipWeapon;
|
||||
BOOLEAN fEnableSoldierTooltipSecondHand;
|
||||
BOOLEAN fEnableSoldierTooltipBigSlot1;
|
||||
BOOLEAN fEnableSoldierTooltipBigSlot2;
|
||||
BOOLEAN fEnableSoldierTooltipBigSlot3;
|
||||
BOOLEAN fEnableSoldierTooltipBigSlot4;
|
||||
// ShadoWarrior: Tooltip changes (end)
|
||||
|
||||
} GAME_EXTERNAL_OPTIONS;
|
||||
|
||||
//This structure will contain general Ja2 settings NOT individual game settings.
|
||||
|
||||
Reference in New Issue
Block a user