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

@@ -2855,6 +2855,7 @@ DEF_CONSOLE_CMD(ConMiscDebug)
if (argc < 1 || argc > 2) {
IConsoleHelp("Debug: misc flags. Usage: 'misc_debug [<flags>]'");
IConsoleHelp(" 1: MDF_OVERHEAT_BREAKDOWN_OPEN_WIN");
IConsoleHelp(" 2: MDF_ZONING_RS_WATER_FLOOD_STATE");
return true;
}