mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Rename String methods to use lowerCamelCase
This commit is contained in:
@@ -60,7 +60,7 @@ protected:
|
||||
for (auto& ride : GetRideManager())
|
||||
{
|
||||
auto thisName = ride.GetName();
|
||||
if (String::StartsWith(thisName, u8string{ name }, true))
|
||||
if (String::startsWith(thisName, u8string{ name }, true))
|
||||
{
|
||||
return &ride;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user