mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06: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:
@@ -106,7 +106,7 @@ std::vector<std::unique_ptr<ImageTable::RequiredImage>> ImageTable::ParseImages(
|
||||
else
|
||||
{
|
||||
std::string id(context->GetObjectIdentifier());
|
||||
log_warning("CSG not loaded inserting placeholder images for %s", id.c_str());
|
||||
LOG_WARNING("CSG not loaded inserting placeholder images for %s", id.c_str());
|
||||
result.resize(range.size());
|
||||
for (auto& res : result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user