mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Replace Equals with IEquals where appropriate
This commit is contained in:
@@ -33,6 +33,6 @@ namespace TrackImporter
|
||||
|
||||
bool ExtensionIsRCT1(const std::string& extension)
|
||||
{
|
||||
return String::Equals(extension, ".td4", true);
|
||||
return String::IEquals(extension, ".td4");
|
||||
}
|
||||
} // namespace TrackImporter
|
||||
|
||||
Reference in New Issue
Block a user