summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 12:52:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 12:52:21 +0000
commit9e4917b395de21adb6caa2bb838d4f45f2850f1a (patch)
treea7a25fc47ab8c37e79a4a4ae3aeb993765001827 /crawl-ref/source/enum.h
parentfae235b09c5fc363f998571caad3c6944576915e (diff)
downloadcrawl-ref-9e4917b395de21adb6caa2bb838d4f45f2850f1a.tar.gz
crawl-ref-9e4917b395de21adb6caa2bb838d4f45f2850f1a.zip
ATTR_RUNES_IN_ZOT is no longer needed. I couldn't decide if I should
simply remove it or leave it for the weak save file compatibility we try to maintain within trunk, so I left its definition in enum.h. Also, change Beogh's altar tile to include the orcish idol. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10305 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8ee1835ff3..b1d476bd15 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -164,7 +164,7 @@ enum attribute_type
ATTR_UNIQUE_RUNES,
ATTR_DEMONIC_RUNES,
ATTR_ABYSSAL_RUNES,
- ATTR_RUNES_IN_ZOT,
+ ATTR_RUNES_IN_ZOT, // Unused but needed for save file compatibility.
ATTR_WEAPON_SWAP_INTERRUPTED,
ATTR_GOLD_FOUND,
ATTR_PURCHASES, // Gold amount spent at shops.