From: nethack.allison Date: Thu, 20 Apr 2006 00:50:37 +0000 (+0000) Subject: comment bit (trunk only) X-Git-Tag: MOVE2GIT~1054 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d4a0c0fa6d1eee93d2dc57544d65d95913c4e6;p=nethack comment bit (trunk only) --- diff --git a/include/obj.h b/include/obj.h index 634291db8..1748f5ccb 100644 --- a/include/obj.h +++ b/include/obj.h @@ -331,8 +331,8 @@ struct obj { * 1. Add the structure definition and any required macros in an appropriate * header file that precedes this one. * 2. Add a pointer to your new struct to the oextra struct in this file. - * 3. Add a referencing macro at the bottom of this file after the mextra - * struct (see ONAME, OMONST, OMIN, OLONG, or OMAILCMD for examples). + * 3. Add a referencing macro to this file after the newobj macro above + * (see ONAME, OMONST, OMIN, OLONG, or OMAILCMD for examples). * 4. Add a testing macro after the set of referencing macros * (see has_oname(), has_omonst(), has_omin(), has_olong(), * has_omailcmd() for examples).