morer exploding magic pointers

Just a comment update this time.
This commit is contained in:
nethack.rankin
2005-02-06 05:12:48 +00:00
parent 786b810293
commit 01373731e5

View 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)