mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -374,7 +374,7 @@ ResearchCategory RideTypeDescriptor::GetResearchCategory() const
|
||||
case RIDE_CATEGORY_NONE:
|
||||
break;
|
||||
}
|
||||
log_error("Cannot get Research Category of invalid RideCategory");
|
||||
LOG_ERROR("Cannot get Research Category of invalid RideCategory");
|
||||
return ResearchCategory::Transport;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user