mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Updated Version of the Cover System (by CptMoore)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3270 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -80,6 +80,7 @@ enum
|
||||
TOPTION_HIDE_BULLETS,
|
||||
TOPTION_TRACKING_MODE,
|
||||
|
||||
|
||||
NUM_ALL_GAME_OPTIONS,
|
||||
};
|
||||
|
||||
@@ -506,6 +507,17 @@ BOOLEAN gbBulletTracer;
|
||||
// WANNE: Always use "prof.dat".
|
||||
BOOLEAN fAlwaysUseProfDat;
|
||||
|
||||
// CPT: Cover System Settings
|
||||
UINT8 ubStealthTraitCoverValue;
|
||||
UINT8 ubStealthEffectiveness;
|
||||
UINT8 ubTreeCoverEffectiveness;
|
||||
UINT8 ubCamouflageEffectiveness;
|
||||
UINT8 ubCoverDisplayUpdateWait;
|
||||
|
||||
BOOLEAN fMovementSightAdjustment;
|
||||
BOOLEAN fStanceSightAdjustment;
|
||||
BOOLEAN fLBESightAdjustment;
|
||||
|
||||
// HEADROCK HAM B1: Global modifier for mine income (0 is automatically turned to 1 to avoid divide-by-zero.)
|
||||
INT16 iMineIncomePercentage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user