mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Replace Equals with IEquals where appropriate
This commit is contained in:
@@ -574,7 +574,7 @@ namespace OpenRCT2
|
||||
|
||||
try
|
||||
{
|
||||
if (String::Equals(Path::GetExtension(path), ".sea", true))
|
||||
if (String::IEquals(Path::GetExtension(path), ".sea"))
|
||||
{
|
||||
auto data = DecryptSea(fs::u8path(path));
|
||||
auto ms = MemoryStream(data.data(), data.size(), MEMORY_ACCESS::READ);
|
||||
|
||||
Reference in New Issue
Block a user