]> granicus.if.org Git - nethack/commitdiff
another melting ice follow-up
authornhmall <nhmall@nethack.org>
Sun, 17 Oct 2021 13:52:42 +0000 (09:52 -0400)
committernhmall <nhmall@nethack.org>
Sun, 17 Oct 2021 13:52:42 +0000 (09:52 -0400)
src/dig.c

index 2134bc84cc0ca6374213752c801f8966f05465e2..8a38f71db01825f1b0e6b16759e686bc00c74992 100644 (file)
--- a/src/dig.c
+++ b/src/dig.c
@@ -889,8 +889,7 @@ dighole(boolean pit_only, boolean by_magic, coord *cc)
             retval = TRUE;
         }
     }
-    if (retval)
-        spot_checks(dig_x, dig_y, old_typ);
+    spot_checks(dig_x, dig_y, old_typ);
     return retval;
 }