Don't forget to ask important questions when removing restore of saves
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index f7929a36a55e1253275e48e7fd711db3539600d9..8c8b47c558033adbc913cc4bf64c78927ec6f471 100644 (file)
--- a/main.c
+++ b/main.c
@@ -116,6 +116,10 @@ int main(int argc, char *argv[])
     } else {
         restore(rfp);
     }
+#else
+    game.novice = yes(arbitrary_messages[WELCOME_YOU], arbitrary_messages[CAVE_NEARBY], arbitrary_messages[NO_MESSAGE]);
+    if (game.novice)
+        game.limit = NOVICELIMIT;
 #endif
 
     if (settings.logfp)