From f2a132adca5b4940bcb637aa4668cbee708d2666 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 21 Mar 2015 11:02:52 -0400 Subject: [PATCH] more book tribute - store index right in obj --- include/obj.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/obj.h b/include/obj.h index 7af927919..dea1c9d5e 100644 --- a/include/obj.h +++ b/include/obj.h @@ -108,6 +108,7 @@ struct obj { int corpsenm; /* type of corpse is mons[corpsenm] */ #define leashmon corpsenm /* gets m_id of attached pet */ #define fromsink corpsenm /* a potion from a sink */ +#define novelidx corpsenm /* 3.6.0 tribute - the index of the novel title */ #define record_achieve_special corpsenm int usecount; /* overloaded for various things that tally */ #define spestudied usecount /* # of times a spellbook has been studied */