mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Rename String methods to use lowerCamelCase
This commit is contained in:
@@ -2664,7 +2664,7 @@ int32_t PeepCompare(const EntityId sprite_index_a, const EntityId sprite_index_b
|
||||
ft.Rewind();
|
||||
peep_b->FormatNameTo(ft);
|
||||
OpenRCT2::FormatStringLegacy(nameB, sizeof(nameB), STR_STRINGID, ft.Data());
|
||||
return String::StrLogicalCmp(nameA, nameB);
|
||||
return String::logicalCmp(nameA, nameB);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user