mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Rename event_07 to periodic_update. (#8684)
This commit is contained in:
@@ -109,7 +109,7 @@ void game_handle_input()
|
||||
for (size_t i = g_window_list.size(); i > 0; i--)
|
||||
{
|
||||
auto& w = g_window_list[i - 1];
|
||||
window_event_unknown_07_call(w.get());
|
||||
window_event_periodic_update_call(w.get());
|
||||
}
|
||||
|
||||
invalidate_all_windows_after_input();
|
||||
|
||||
Reference in New Issue
Block a user