Serialise all cheats

This commit is contained in:
Matt 2019-07-14 16:42:24 +02:00
parent e267be785b
commit 73d7591f40
No known key found for this signature in database
GPG Key ID: 6D4C24A61C93E208
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ namespace OpenRCT2
serialiser << gCheatsDisableRideValueAging;
serialiser << gConfigGeneral.show_real_names_of_guests;
serialiser << gCheatsIgnoreResearchStatus;
serialiser << gCheatsEnableAllDrawableTrackPieces;
return true;
}