summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 108731e960..e74e034482 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -314,10 +314,10 @@ enum book_type
BOOK_EARTH,
BOOK_WIZARDRY,
BOOK_POWER,
- BOOK_CANTRIPS, //jmf: 04jan2000
- BOOK_PARTY_TRICKS, //jmf: 04jan2000
+ BOOK_CANTRIPS,
+ BOOK_PARTY_TRICKS,
BOOK_BEASTS,
- BOOK_STALKING, // renamed -- assassination was confusing -- bwr
+ BOOK_STALKING,
MAX_NORMAL_BOOK = BOOK_STALKING,
MIN_GOD_ONLY_BOOK,
@@ -330,7 +330,6 @@ enum book_type
BOOK_RANDART_LEVEL,
BOOK_RANDART_THEME,
- BOOK_CARD_EFFECT, // not implemented
BOOK_MANUAL,
BOOK_DESTRUCTION,