Radar and overhead map color variants (#219)

This commit is contained in:
Andrzej Fałkowski
2023-10-02 19:30:17 +03:00
committed by GitHub
parent 4ebae982dd
commit 9033e1097a
4 changed files with 103 additions and 3 deletions
+6
View File
@@ -952,6 +952,12 @@ typedef struct
BOOLEAN fAdditionalDecals; // Flugente: show additional decals on objects (cracked walls, blood spatters etc.)
// anv: map color variants
UINT8 ubRadarMapModeDay;
UINT8 ubRadarMapModeNight;
UINT8 ubOverheadMapModeDay;
UINT8 ubOverheadMapModeNight;
//enable ext mouse key
BOOLEAN bAltAimEnabled;
BOOLEAN bAimedBurstEnabled;