Don't forget to ask important questions when removing restore of saves

This commit is contained in:
NHOrus 2017-07-07 17:58:42 +03:00
parent 0042d641dc
commit e619c41048

4
main.c
View file

@ -116,6 +116,10 @@ int main(int argc, char *argv[])
} else { } else {
restore(rfp); 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 #endif
if (settings.logfp) if (settings.logfp)