1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +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

@@ -921,7 +921,7 @@ static int cc_load_object(const utf8 **argv, int argc) {
scenery_set_default_placement_configuration();
window_new_ride_init_vars();
RCT2_GLOBAL(RCT2_ADDRESS_WINDOW_UPDATE_TICKS, uint16) = 0;
gWindowUpdateTicks = 0;
gfx_invalidate_screen();
console_writeline("Object file loaded.");
}