Don't forget to ask important questions when removing restore of saves 221/head
authorNHOrus <jy6x2b32pie9@yahoo.com>
Fri, 7 Jul 2017 14:58:42 +0000 (17:58 +0300)
committerNHOrus <jy6x2b32pie9@yahoo.com>
Fri, 7 Jul 2017 14:58:42 +0000 (17:58 +0300)
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)