mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -629,9 +629,9 @@ std::unique_ptr<TrackDesign> TrackDesignImport(const utf8* path)
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
log_error("Unable to load track design: %s", e.what());
|
||||
LOG_ERROR("Unable to load track design: %s", e.what());
|
||||
}
|
||||
log_verbose("track_design_open(\"%s\")", path);
|
||||
LOG_VERBOSE("track_design_open(\"%s\")", path);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user