Revert "Fix some Game members not being freed after some startup errors"

This reverts commit be0ec8c5a6.
This commit is contained in:
Gregor Parzefall 2024-04-19 22:35:49 +02:00
parent be0ec8c5a6
commit 354cd9bea5
1 changed files with 0 additions and 4 deletions

View File

@ -4558,10 +4558,6 @@ void the_game(bool *kill,
error_message = std::string("ModError: ") + e.what() +
strgettext("\nCheck debug.txt for details.");
errorstream << error_message << std::endl;
} catch (...) {
// Game::shutdown must always be called.
game.shutdown();
throw;
}
game.shutdown();
}