1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

fix objects always been packed into saves

This commit is contained in:
Ted John
2016-07-03 17:10:22 +01:00
parent 6f97ec798e
commit 80381cfaa0
2 changed files with 3 additions and 2 deletions

View File

@@ -372,7 +372,8 @@ void S6Importer::Import()
// pad_13CE778
// Fix and set dynamic variables
if (!object_load_entries(_s6.objects)) {
if (!object_load_entries(_s6.objects))
{
throw ObjectLoadException();
}
reset_loaded_objects();