Add a "misc_debug" console command
Add a flag to open veh window when TrainBrakesOverheatedBreakdown called
This commit is contained in:
@@ -23,4 +23,9 @@ inline bool HasChickenBit(ChickenBitFlags flag)
|
||||
return HasBit(_settings_game.debug.chicken_bits, flag);
|
||||
}
|
||||
|
||||
enum MiscDebugFlags {
|
||||
MDF_OVERHEAT_BREAKDOWN_OPEN_WIN,
|
||||
};
|
||||
extern uint32 _misc_debug_flags;
|
||||
|
||||
#endif /* DEBUG_SETTINGS_H */
|
||||
|
Reference in New Issue
Block a user