mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Unified strategic map display code for airspace, militia restrictions and disease
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8101 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -48,10 +48,18 @@ extern BOOLEAN fShowTownFlag;
|
||||
extern BOOLEAN fShowMineFlag;
|
||||
extern BOOLEAN fShowTeamFlag;
|
||||
extern BOOLEAN fShowMilitia;
|
||||
extern BOOLEAN fShowAircraftFlag;
|
||||
extern BOOLEAN fShowItemsFlag;
|
||||
extern BOOLEAN fShowMobileRestrictionsFlag; // HEADROCK HAM 4: Manual Mobile Militia mode
|
||||
extern UINT8 fShowStrategicDiseaseFlag; // Flugente: disease
|
||||
|
||||
// different types of map displays that colour sectors
|
||||
enum
|
||||
{
|
||||
MAP_DISPLAY_NORMAL,
|
||||
MAP_DISPLAY_AIRSPACE,
|
||||
MAP_DISPLAY_MOBILEMILITIARESTRICTIONS,
|
||||
MAP_DISPLAY_DISEASE,
|
||||
};
|
||||
|
||||
extern UINT8 gusMapDisplayColourMode;
|
||||
//extern BOOLEAN fShowVehicleFlag;
|
||||
|
||||
// scroll animation
|
||||
|
||||
Reference in New Issue
Block a user