Supply missing implementation of nodwarf bit in travel rules.

This commit is contained in:
Eric S. Raymond 2017-07-01 18:56:46 -04:00
parent 0aa70d04cf
commit f1b37ea163
3 changed files with 15 additions and 8 deletions

2
main.c
View file

@ -389,7 +389,7 @@ static bool dwarfmove(void)
game.newloc == game.dloc[i] ||
FORCED(game.newloc) ||
(i == PIRATE && CNDBIT(game.newloc, COND_NOARRR)) ||
T_NODWARVES(travel[kk]));
travel[kk].nodwarves);
if (!avoided) {
tk[j++] = game.newloc;
}