X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=8c8b47c558033adbc913cc4bf64c78927ec6f471;hb=e619c4104854708550b9fb4a9f3b1aebec4f5816;hp=f7929a36a55e1253275e48e7fd711db3539600d9;hpb=0042d641dc1bafcdf9447f35a6e371aaa6a239c2;p=open-adventure.git 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)