1
0
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:
Duncan
2020-04-05 20:54:11 +01:00
committed by GitHub
parent b51eda9779
commit 919a70361b

View File

@@ -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();