mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix incorrect saves in backtrace (#11229)
This commit is contained in:
@@ -196,6 +196,8 @@ void S6Exporter::Export()
|
||||
_s6.scenario_srand_0 = state.s0;
|
||||
_s6.scenario_srand_1 = state.s1;
|
||||
|
||||
// Map elements must be reorganised prior to saving otherwise save may be invalid
|
||||
map_reorganise_elements();
|
||||
ExportTileElements();
|
||||
ExportSprites();
|
||||
ExportParkName();
|
||||
|
||||
Reference in New Issue
Block a user