From: NHOrus Date: Fri, 7 Jul 2017 14:58:42 +0000 (+0300) Subject: Don't forget to ask important questions when removing restore of saves X-Git-Tag: 2017-07-10~33 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=e619c4104854708550b9fb4a9f3b1aebec4f5816 Don't forget to ask important questions when removing restore of saves --- 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)