mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Rename global window functions to TitleCase (#19167)
This commit is contained in:
@@ -240,7 +240,7 @@ void GameState::Tick()
|
||||
scenario_autosave_check();
|
||||
}
|
||||
|
||||
window_dispatch_update_all();
|
||||
WindowDispatchUpdateAll();
|
||||
|
||||
if (didRunSingleFrame && game_is_not_paused() && !(gScreenFlags & SCREEN_FLAGS_TITLE_DEMO))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user