Make getpos for doors also target drawbridges

This commit is contained in:
Pasi Kallinen
2016-05-27 18:47:56 +03:00
parent 49da8b87d8
commit d51db5a992
3 changed files with 7 additions and 8 deletions

View File

@@ -775,9 +775,6 @@ const char **firstmatch;
}
}
#define is_cmap_trap(i) ((i) >= S_arrow_trap && (i) <= S_polymorph_trap)
#define is_cmap_drawbridge(i) ((i) >= S_vodbridge && (i) <= S_hcdbridge)
/* Now check for graphics symbols */
alt_i = (sym == (looked ? showsyms[0] : defsyms[0].sym)) ? 0 : (2 + 1);
for (hit_trap = FALSE, i = 0; i < MAXPCHARS; i++) {