Debug: Add misc debug bit for animated tile zoning overlay

This commit is contained in:
Jonathan G Rennison
2022-05-31 01:32:48 +01:00
parent 8eb86fa6c7
commit 541294e845
3 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ enum MiscDebugFlags {
MDF_OVERHEAT_BREAKDOWN_OPEN_WIN,
MDF_ZONING_RS_WATER_FLOOD_STATE,
MDF_ZONING_RS_TROPIC_ZONE,
MDF_ZONING_RS_ANIMATED_TILE,
};
extern uint32 _misc_debug_flags;