X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=init.c;h=1ed9df6c4561f3700f3abc2ad2c5e68b0ec4310d;hb=51494657fd3689a4202e3ed6db41f5bcded9e2c6;hp=5ae974f5dc10ae17e05c729f40c551528d4a64fd;hpb=7f7f49b7396135f53e31c03d28ecc4d69b8b4584;p=open-adventure.git diff --git a/init.c b/init.c index 5ae974f..1ed9df6 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; }