1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Fix two compilation issues on macOS

This commit is contained in:
Gymnasiast
2021-04-09 22:51:36 +02:00
parent 900f94d1c3
commit fd29525993
2 changed files with 2 additions and 2 deletions

View File

@@ -515,7 +515,7 @@ namespace OpenRCT2
}
else
{
Console::WriteLine("%s not packed: unsupported extension.", ori->Identifier);
Console::WriteLine("%s not packed: unsupported extension.", ori->Identifier.c_str());
continue;
}