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

Remove Platform::CoreInit

This commit is contained in:
ζeh Matt
2023-06-27 23:14:30 +03:00
parent 484523f82f
commit ac583569da
14 changed files with 0 additions and 24 deletions

View File

@@ -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]);