mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Additional tile properteis update (by anv):
- COVER_TOOLTIP_DISPLAY_DETAILED_TILE_PROPERTIES under [Tactical Cover System Settings] set to true will let "f" cover tooltip to present detailed information about tile. Only relevant (non-zero) info will be shown. - fixed bug causing trap level to be ignored and limited final maximum and minimum camo of given map grid between 0 and 100. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7073 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -71,7 +71,11 @@ enum
|
||||
DC_TTI__DESERT_AND_URBAN,
|
||||
DC_TTI__DESERT_AND_SNOW,
|
||||
DC_TTI__URBAN_AND_SNOW,
|
||||
DC_TTI__UNKNOWN
|
||||
DC_TTI__UNKNOWN,
|
||||
DC_MSG__COVER_INFORMATION_WITH_DETAILED_CAMO,
|
||||
DC_TTI__DETAILED_SOUND,
|
||||
DC_TTI__DETAILED_STEALTH,
|
||||
DC_TTI__DETAILED_TRAP_LEVEL,
|
||||
};
|
||||
extern STR16 gzDisplayCoverText[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user