mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Move StrLogicalCmp, SafeStrCpy, SafeStrCat to String.hpp
This commit is contained in:
@@ -281,7 +281,7 @@ private:
|
||||
{
|
||||
return a.RideType < b.RideType;
|
||||
}
|
||||
return StrLogicalCmp(a.Name.c_str(), b.Name.c_str()) < 0;
|
||||
return String::StrLogicalCmp(a.Name.c_str(), b.Name.c_str()) < 0;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user