Skip to content

Commit

Permalink
Reset sprite spatial index on all inits (#12746)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanspumpkin committed Aug 22, 2020
1 parent 4caf571 commit 2660df8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openrct2/Game.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 2660df8

Please sign in to comment.