mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Fix compiling and loading on macOS, load description
This commit is contained in:
committed by
Gymnasiast
parent
a1f360ab7d
commit
9ab0164b6f
@@ -235,7 +235,7 @@ namespace ObjectFactory
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
Console::Error::WriteLine("Unable to open or read '%s'", path);
|
||||
Console::Error::WriteLine("Unable to open or read '%s'", path.c_str());
|
||||
|
||||
delete result;
|
||||
result = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user