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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user