1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Remove exit call, probably no longer necessary

This commit is contained in:
Ted John
2017-01-31 20:50:39 +00:00
parent 03606adbeb
commit ae3110e09d

View File

@@ -299,9 +299,6 @@ extern "C"
OpenRCT2::RunGameLoop();
}
openrct2_dispose();
// HACK Some threads are still running which causes the game to not terminate. Investigation required!
exit(gExitCode);
}
void openrct2_dispose()