]> granicus.if.org Git - nethack/commit
fix #H7079 - take two...
authorPatR <rankin@nethack.org>
Mon, 23 Apr 2018 07:57:31 +0000 (00:57 -0700)
committerPatR <rankin@nethack.org>
Mon, 23 Apr 2018 07:57:31 +0000 (00:57 -0700)
commit0ab92dbc3df0d566d7accbcb75a5fdde8cf529ad
tree09afb0ffc8af092dc354254eade47c364f6e5071
parente1dd895dc2087e52e332c44e6214cb6b9d29404a
fix #H7079 - take two...

Instead of replacing the check for DRAWBRIDGE_UP with one for
DRAWBRIDGE_DOWN, the correct fix is to check for both because
replacing either one with water breaks the two-square dbridge.
src/zap.c