From: Holger Schemel Date: Mon, 6 Jan 2025 14:03:31 +0000 (+0100) Subject: removed redundant closing of game panel door before starting game X-Git-Tag: 4.4.0.1~44 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=abf05f88b77ee7ea2ce6422e8d883bebf639dd7a;p=rocksndiamonds.git removed redundant closing of game panel door before starting game --- diff --git a/src/game.c b/src/game.c index f64ced6b..d9291bdf 100644 --- a/src/game.c +++ b/src/game.c @@ -5328,8 +5328,6 @@ void GameEnd(void) if (restart_game) { - CloseDoor(DOOR_CLOSE_1); - StartGameActions(network.enabled, setup.autorecord, level.random_seed); return;