Abolish setup check, there's no possibility of restart.
[open-adventure.git] / init.c
diff --git a/init.c b/init.c
index cabe574a588b4557ffd329ad16cab91e6369dea8..1752553b0f93c747be489779a09680aab892b904 100644 (file)
--- a/init.c
+++ b/init.c
@@ -383,6 +383,5 @@ void initialise(void)
     game.closed=false;
     game.clshnt=false;
     game.novice=false;
-    game.setup=1;
     game.blklin=true;
 }