1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Reset sprite spatial index on all inits (#12746)

This commit is contained in:
Duncan
2020-08-22 05:09:42 +01:00
committed by GitHub
parent 4caf571c22
commit 2660df85ed

View File

@@ -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);