Add misc debug flag for water flooding states

This commit is contained in:
Jonathan G Rennison
2021-04-12 23:59:21 +01:00
parent 253d54ce05
commit 0422e2fe1e
3 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ inline bool HasChickenBit(ChickenBitFlags flag)
enum MiscDebugFlags {
MDF_OVERHEAT_BREAKDOWN_OPEN_WIN,
MDF_ZONING_RS_WATER_FLOOD_STATE,
};
extern uint32 _misc_debug_flags;