]> granicus.if.org Git - nethack/commitdiff
fix comment (copy/paste victim)
authorPatR <rankin@nethack.org>
Sat, 7 May 2022 07:38:44 +0000 (00:38 -0700)
committerPatR <rankin@nethack.org>
Sat, 7 May 2022 07:38:44 +0000 (00:38 -0700)
src/trap.c

index 1996e9cc47f861adb37c3482e0ee5fae91977461..d1a4c1fb986c4d9914fdc42acc46c151a1030fbb 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.7 trap.c  $NHDT-Date: 1648428945 2022/03/28 00:55:45 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.471 $ */
+/* NetHack 3.7 trap.c  $NHDT-Date: 1651909086 2022/05/07 07:38:06 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.479 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2013. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -4502,7 +4502,7 @@ dountrap(void)
     return untrap(FALSE, 0, 0, (struct obj *) 0) ? ECMD_TIME : ECMD_OK;
 }
 
-/* the #untrap command - disarm a trap */
+/* preliminary checks for dountrap(); also used for autounlock */
 int
 could_untrap(boolean verbosely, boolean check_floor)
 {