mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
get game working with new theme manager
Theme editor currently unavailable.
This commit is contained in:
@@ -73,4 +73,13 @@ namespace Path
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
bool Equals(const utf8 * a, const utf8 * b)
|
||||
{
|
||||
bool ignoreCase = false;
|
||||
#if __WINDOWS__
|
||||
ignoreCase = true;
|
||||
#endif
|
||||
return String::Equals(a, b, ignoreCase);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user