X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=init.c;h=e5f43c7b3b30426d2eed27565fc3c4f9ffdc6973;hb=1d37262a162f194cac7728e4f9f48d9db8e36966;hp=1752553b0f93c747be489779a09680aab892b904;hpb=a3c14ba0770c1881e4a0af68d8b9f235968961d3;p=open-adventure.git diff --git a/init.c b/init.c index 1752553..e5f43c7 100644 --- a/init.c +++ b/init.c @@ -184,7 +184,7 @@ void initialise(void) for (i=1; i<=LOCSIZ; i++) { game.abbrev[i]=0; - if (!(long_location_descriptions[i] == 0 || KEY[i] == 0)) { + if (!(locations[i].description.big == 0 || KEY[i] == 0)) { k=KEY[i]; if(MOD(labs(TRAVEL[k]),1000) == 1)COND[i]=2; }