X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=init.c;h=e5f43c7b3b30426d2eed27565fc3c4f9ffdc6973;hp=1752553b0f93c747be489779a09680aab892b904;hb=1322a347ae5cb97e3c07f3cae60e79919beb2741;hpb=da883d53c09875635a9be1730371bebdaf9ef262 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; }