summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-07-01 17:44:29 -0400
committerSamuel Bronson <naesten@gmail.com>2013-07-01 17:44:29 -0400
commit862ac03750b9d30636cdccfdc306550d3a61f54f (patch)
tree6cee818e05221b20e4c347f7e187444c58a4c0e0 /crawl-ref/source/show.h
parent158fd6b372004d8a2dba3e3ac3c4df087ed01281 (diff)
downloadcrawl-ref-862ac03750b9d30636cdccfdc306550d3a61f54f.tar.gz
crawl-ref-862ac03750b9d30636cdccfdc306550d3a61f54f.zip
Give runes their own default glyph (φ for now)
Diffstat (limited to 'crawl-ref/source/show.h')
-rw-r--r--crawl-ref/source/show.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/show.h b/crawl-ref/source/show.h
index c24e4a60ac..22662c924f 100644
--- a/crawl-ref/source/show.h
+++ b/crawl-ref/source/show.h
@@ -5,6 +5,7 @@ enum show_item_type
{
SHOW_ITEM_NONE,
SHOW_ITEM_ORB,
+ SHOW_ITEM_RUNE,
SHOW_ITEM_WEAPON,
SHOW_ITEM_ARMOUR,
SHOW_ITEM_WAND,