mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Remove Platform::CoreInit
This commit is contained in:
@@ -39,8 +39,6 @@ static exitcode_t HandleSimulate(CommandLineArgEnumerator* argEnumerator)
|
||||
return EXITCODE_FAIL;
|
||||
}
|
||||
|
||||
Platform::CoreInit();
|
||||
|
||||
const char* inputPath = argv[0];
|
||||
uint32_t ticks = atol(argv[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user