1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Reset cheats when importing S4/S6

This commit is contained in:
Ted John
2021-04-29 00:10:15 +01:00
parent 274e0f1d6f
commit 37725ae566
2 changed files with 4 additions and 0 deletions

View File

@@ -217,6 +217,8 @@ public:
map_count_remaining_land_rights();
research_determine_first_of_type();
CheatsReset();
}
bool GetDetails(scenario_index_entry* dst) override

View File

@@ -478,6 +478,8 @@ public:
}
research_determine_first_of_type();
CheatsReset();
}
void ImportRides()