summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-14 20:35:34 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-14 21:03:14 +0100
commit297b3808c12ba887cc5fcd092527bb5d8ffbb3a7 (patch)
treec3a207a08944f3cd1488695a2d694475a77edf95 /crawl-ref/source/tiles.h
parentab623a956f97164bb327eb5d16a4b5501ea49016 (diff)
downloadcrawl-ref-297b3808c12ba887cc5fcd092527bb5d8ffbb3a7.tar.gz
crawl-ref-297b3808c12ba887cc5fcd092527bb5d8ffbb3a7.zip
Tiles: Whenever switching tabs, name the new mode in the text tag.
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index e287c61565..7b0bb33d07 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -228,5 +228,13 @@ enum
NUM_MAX_DOLLS = 10
};
+ enum TabID
+ {
+ TAB_ITEM,
+ TAB_SPELL,
+ TAB_MEMORISE,
+ TAB_MAX
+ };
+
#endif
#endif