mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
get game working with new theme manager
Theme editor currently unavailable.
This commit is contained in:
@@ -144,7 +144,7 @@ namespace String
|
||||
|
||||
utf8 * SkipBOM(utf8 * buffer)
|
||||
{
|
||||
return (utf8*)SkipBOM(buffer);
|
||||
return (utf8*)SkipBOM((const utf8 *)buffer);
|
||||
}
|
||||
|
||||
const utf8 * SkipBOM(const utf8 * buffer)
|
||||
|
||||
Reference in New Issue
Block a user