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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user