X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=init.c;h=5ae974f5dc10ae17e05c729f40c551528d4a64fd;hb=7f7f49b7396135f53e31c03d28ecc4d69b8b4584;hp=76bdc8ae21732c08e4449120769f81a8149e4aa6;hpb=537c4511e2f3802421f79aed7b6af16d66adb518;p=open-adventure.git diff --git a/init.c b/init.c index 76bdc8a..5ae974f 100644 --- a/init.c +++ b/init.c @@ -184,7 +184,8 @@ void initialise(void) game.abbrev[i] = 0; if (!(locations[i].description.big == 0 || KEY[i] == 0)) { int k = KEY[i]; - if (MOD(labs(TRAVEL[k]), 1000) == 1)COND[i] = 2; + if (MOD(labs(TRAVEL[k]), 1000) == 1) + conditions[i] = 2; } game.atloc[i] = 0; } @@ -376,4 +377,17 @@ void initialise(void) game.clshnt = false; game.novice = false; game.blklin = true; + +#ifdef ODEBUG +# define NEWFLAGS ((1<