1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

remove all unnecessary object resets

This commit is contained in:
Ted John
2016-07-07 23:32:45 +01:00
parent 4664b73488
commit 78c6b6a251
10 changed files with 23 additions and 33 deletions

View File

@@ -362,7 +362,6 @@ void S6Importer::Import()
{
throw ObjectLoadException();
}
reset_loaded_objects();
map_update_tile_pointers();
if (network_get_mode() == NETWORK_MODE_CLIENT)
{