1
0
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:
Aaron van Geffen
2019-02-07 17:46:52 +01:00
committed by GitHub
parent b249b0e0b6
commit 3be6137fde
5 changed files with 14 additions and 13 deletions

View File

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