Give the FORCED property a real cond bit. Delete some unused code.

This commit is contained in:
Eric S. Raymond 2017-06-22 17:49:06 -04:00
parent 7f7f49b739
commit 51494657fd
4 changed files with 4 additions and 10 deletions

2
init.c
View file

@ -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;
}