]> granicus.if.org Git - nethack/commit
corpses on ice use of obj recharged field
authorcohrs <cohrs>
Thu, 12 Jun 2003 04:49:09 +0000 (04:49 +0000)
committercohrs <cohrs>
Thu, 12 Jun 2003 04:49:09 +0000 (04:49 +0000)
commit90c03c2f0a8cb511ecb991232a6a5c7a5aa823f5
tree6be9ae84642fd7aea49185215b4f5b65080fecba
parent2a3e8c9fc419d7752b9cc71cdfd5919122ca0bf4
corpses on ice use of obj recharged field
A while back, I noticed that there was a custom use of the obj->recharged
flag in mkobj.c for tracking corpses on ice.  It's much more obvious for
those of us that don't have the entire source base memorized to follow the
usual convention of adding a #define to obj.h.  That's what this change does.
include/obj.h
src/mkobj.c