Add missing cheat_reset toggle

This commit is contained in:
wolfreak99 2017-07-06 16:31:04 -04:00 committed by Michael Steenbeek
parent e5eefca5c0
commit 6633588179
1 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ void cheats_reset()
gCheatsFreezeClimate = false;
gCheatsDisablePlantAging = false;
gCheatsAllowArbitraryRideTypeChanges = false;
gCheatsDisableRideValueAging = false;
}
//Generates the string to print for the server log when a cheat is used.