Fix typo in notes
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 86e738a4e9b15593d72293e1bece5d81eb538511..9e08f9f646300bf47611e71840fa868a8b7c4e17 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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;
                 }