]> granicus.if.org Git - nethack/commitdiff
morer exploding magic pointers
authornethack.rankin <nethack.rankin>
Sun, 6 Feb 2005 05:12:48 +0000 (05:12 +0000)
committernethack.rankin <nethack.rankin>
Sun, 6 Feb 2005 05:12:48 +0000 (05:12 +0000)
     Just a comment update this time.

src/pickup.c

index 982db69b01cde07e65cd2067d7a9759f3296bf66..eaa0389d7cc3bb70e9a8ed7527efe8e97172b04f 100644 (file)
@@ -58,7 +58,7 @@ STATIC_DCL void FDECL(tipcontainer, (struct obj *));
 
 /* A variable set in use_container(), to be used by the callback routines  */
 /* in_container() and out_container() from askchain() and use_container(). */
-/* Also used by doapply(apply.c).                                         */
+/* Also used by menu_loot().  And by doapply(apply.c).                    */
 struct obj *current_container;
 #define Icebox (current_container->otyp == ICE_BOX)