1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Remove snake_case in interface folder

This commit is contained in:
Gymnasiast
2023-01-16 21:14:50 +01:00
parent 28edbf9116
commit 5309c80e29
77 changed files with 680 additions and 677 deletions

View File

@@ -130,7 +130,7 @@ void TitleScreen::Load()
#endif
OpenRCT2::Audio::StopAll();
GetContext()->GetGameState()->InitAll(DEFAULT_MAP_SIZE);
viewport_init_all();
ViewportInitAll();
ContextOpenWindow(WindowClass::MainWindow);
CreateWindows();
TitleInitialise();
@@ -159,7 +159,7 @@ void TitleScreen::Tick()
{
gInUpdateCode = true;
screenshot_check();
ScreenshotCheck();
title_handle_keyboard_input();
if (game_is_not_paused())