1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Integrate gWindowUpdateTicks

This commit is contained in:
Ted John
2016-08-06 01:35:46 +01:00
parent 252a00c35f
commit c2db79919d
7 changed files with 11 additions and 9 deletions

View File

@@ -538,7 +538,7 @@ static void editor_finalise_main_view()
reset_all_sprite_quadrant_placements();
scenery_set_default_placement_configuration();
window_new_ride_init_vars();
RCT2_GLOBAL(RCT2_ADDRESS_WINDOW_UPDATE_TICKS, uint16) = 0;
gWindowUpdateTicks = 0;
load_palette();
gfx_invalidate_screen();
}