diff --git a/src/openrct2/OpenRCT2.cpp b/src/openrct2/OpenRCT2.cpp index 1816f98ac7..bfa3e6721f 100644 --- a/src/openrct2/OpenRCT2.cpp +++ b/src/openrct2/OpenRCT2.cpp @@ -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()