De-macroize references to travel opcode fields we won't unpack further.
This commit is contained in:
parent
db68e0097e
commit
27bc9f3bd2
3 changed files with 11 additions and 14 deletions
2
init.c
2
init.c
|
@ -25,7 +25,7 @@ void initialise(void)
|
|||
game.abbrev[i] = 0;
|
||||
if (!(locations[i].description.big == 0 || tkey[i] == 0)) {
|
||||
int k = tkey[i];
|
||||
if (T_LOW(travel[k]) == 1)
|
||||
if (T_TERMINATE(travel[k]))
|
||||
conditions[i] |= (1 << COND_FORCED);
|
||||
}
|
||||
game.atloc[i] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue