summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-29 02:40:33 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-29 03:15:29 -0400
commit9bbef2017baef8a608198b92a8633c8f1f241148 (patch)
tree686010bec79e3950b6db49dbdc1fa1647b7e27cf /crawl-ref/source/items.h
parentbb107bb37675f7058088ab92ea94e3e1fd83c13f (diff)
downloadcrawl-ref-9bbef2017baef8a608198b92a8633c8f1f241148.tar.gz
crawl-ref-9bbef2017baef8a608198b92a8633c8f1f241148.zip
Remove AQ_CARD_GENIE on TAG_MAJOR_VERSION bump
Now that the Genie card is gone it has no reason to exist.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index f06ed42b8d..3e95728fc0 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -17,7 +17,9 @@ enum item_source_type
// Empty space for the gods
AQ_SCROLL = 100,
+#if TAG_MAJOR_VERSION == 34
AQ_CARD_GENIE,
+#endif
IT_SRC_START,
IT_SRC_SHOP,