mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -47,7 +47,7 @@ void StdInOutConsole::Start()
|
||||
{
|
||||
if (lastPromptQuit)
|
||||
{
|
||||
openrct2_finish();
|
||||
OpenRCT2Finish();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ void StdInOutConsole::Clear()
|
||||
|
||||
void StdInOutConsole::Close()
|
||||
{
|
||||
openrct2_finish();
|
||||
OpenRCT2Finish();
|
||||
}
|
||||
|
||||
void StdInOutConsole::WriteLine(const std::string& s, FormatToken colourFormat)
|
||||
|
||||
Reference in New Issue
Block a user