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