From 2660df85eda036ca38391c50a55522171386f50e Mon Sep 17 00:00:00 2001 From: Duncan Date: Sat, 22 Aug 2020 05:09:42 +0100 Subject: [PATCH] Reset sprite spatial index on all inits (#12746) --- src/openrct2/Game.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openrct2/Game.cpp b/src/openrct2/Game.cpp index ee182cc724..c04bc4bc3b 100644 --- a/src/openrct2/Game.cpp +++ b/src/openrct2/Game.cpp @@ -571,9 +571,8 @@ void game_load_init() if (network_get_mode() != NETWORK_MODE_CLIENT) { GameActions::ClearQueue(); - reset_sprite_spatial_index(); } - reset_all_sprite_quadrant_placements(); + reset_sprite_spatial_index(); scenery_set_default_placement_configuration(); auto intent = Intent(INTENT_ACTION_REFRESH_NEW_RIDES);