From e619c4104854708550b9fb4a9f3b1aebec4f5816 Mon Sep 17 00:00:00 2001 From: NHOrus Date: Fri, 7 Jul 2017 17:58:42 +0300 Subject: [PATCH] Don't forget to ask important questions when removing restore of saves --- main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.c b/main.c index f7929a3..8c8b47c 100644 --- 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) -- 2.31.1