Hello. i noticed this today.
/* Item types: used by obj_data.obj_flags.type_flag */
#define ITEM_LIGHT 1 /* Item is a light source
*/
#define ITEM_SCROLL 2 /* Item is a scroll
*/
#define ITEM_WAND 3 /* Item is a wand
*/
.. <etc>
now in constants.c
* ITEM_x (ordinal object types) */
const char *item_types[] = {
"UNDEFINED", /* 0 */
"LIGHT",
"SCROLL",
"WAND",
um .. is UNDEFINED suppose to be here? is it ever used?
is it safe to remove that ?
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST