From 5324e928729d678c71ef055eea9623d16b73cb2e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 12 Sep 2009 19:25:13 +0000 Subject: Adapt Matthew's new memorisation interface for tiles, using the same display as for spellcasting. Also force a redraw() if the player clicked on a spell. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10661 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index cb650f9920..be7e2799ad 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -3181,6 +3181,13 @@ enum tag_pref TAGPREF_ENEMY, // display text tags on enemy named monsters TAGPREF_MAX }; + +enum tile_display_type +{ + TDSP_INVENT = 0, + TDSP_SPELLS, + TDSP_MEMORISE +}; #endif #ifdef WIZARD -- cgit v1.2.3-54-g00ecf