Don't forget to ask important questions when removing restore of saves
This commit is contained in:
parent
0042d641dc
commit
e619c41048
1 changed files with 4 additions and 0 deletions
4
main.c
4
main.c
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue