mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenRCT2::Ui
|
||||
|
||||
void ShowMessageBox(SDL_Window* window, const std::string& message) override
|
||||
{
|
||||
log_verbose(message.c_str());
|
||||
LOG_VERBOSE(message.c_str());
|
||||
|
||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_WARNING, "OpenRCT2", message.c_str(), window);
|
||||
}
|
||||
@@ -67,7 +67,7 @@ namespace OpenRCT2::Ui
|
||||
|
||||
std::string ShowDirectoryDialog(SDL_Window* window, const std::string& title) override
|
||||
{
|
||||
log_info(title.c_str());
|
||||
LOG_INFO(title.c_str());
|
||||
STUB();
|
||||
|
||||
return "/sdcard/rct2";
|
||||
|
||||
Reference in New Issue
Block a user