1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Fix #9476: Running simulate command on park yields Completed: (null)

This commit is contained in:
Ted John
2019-06-24 23:17:48 +01:00
parent 6bd298b3a3
commit f9101a2d7a
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ static exitcode_t HandleSimulate(CommandLineArgEnumerator* argEnumerator)
{
context->GetGameState()->UpdateLogic();
}
Console::WriteLine("Completed: %s", sprite_checksum());
Console::WriteLine("Completed: %s", sprite_checksum().ToString().c_str());
}
else
{