mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Rename String methods to use lowerCamelCase
This commit is contained in:
@@ -208,7 +208,7 @@ std::vector<ObjectEntryDescriptor> SceneryGroupObject::ReadJsonEntries(IReadObje
|
||||
for (const auto& jEntry : jEntries)
|
||||
{
|
||||
auto entryName = Json::GetString(jEntry);
|
||||
if (String::StartsWith(entryName, "$DAT:"))
|
||||
if (String::startsWith(entryName, "$DAT:"))
|
||||
{
|
||||
if (entryName.length() != kDatEntryLength)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user