mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -121,7 +121,7 @@ rct_window* WindowErrorOpen(std::string_view title, std::string_view message)
|
||||
buffer.append(message);
|
||||
}
|
||||
|
||||
log_verbose("show error, %s", buffer.c_str() + 1);
|
||||
LOG_VERBOSE("show error, %s", buffer.c_str() + 1);
|
||||
|
||||
// Don't do unnecessary work in headless. Also saves checking if cursor state is null.
|
||||
if (gOpenRCT2Headless)
|
||||
|
||||
Reference in New Issue
Block a user