1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

fix another source of nondeterminism

This commit is contained in:
zsilencer
2015-07-30 08:09:39 -06:00
parent 5dab3be1d7
commit 111a2e8198

View File

@@ -319,8 +319,6 @@ void game_update()
window_map_tooltip_update_visibility();
RCT2_GLOBAL(0x01388698, uint16)++;
// Input
RCT2_GLOBAL(0x0141F568, uint8) = RCT2_GLOBAL(0x0013CA740, uint8);
game_handle_input();
@@ -367,6 +365,8 @@ void game_logic_update()
climate_update_sound();
editor_open_windows_for_current_step();
RCT2_GLOBAL(0x01388698, uint16)++;
// Update windows
//window_dispatch_update_all();
@@ -860,6 +860,8 @@ void game_load_init()
gGameSpeed = 1;
scenario_set_filename((char*)0x0135936C);
RCT2_GLOBAL(0x01388698, uint16) = 0;
}
/*