summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-07 11:30:53 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-07 11:31:03 -0700
commit606926441a56742edf50ed697c80ec3490840677 (patch)
treeea59341f381cee56c61940435fe715b88bd74034 /crawl-ref/source/enum.h
parent4649f9979934b87db7f42485047db414379f5368 (diff)
downloadcrawl-ref-606926441a56742edf50ed697c80ec3490840677.tar.gz
crawl-ref-606926441a56742edf50ed697c80ec3490840677.zip
Add recall icon for convokers
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e29389000a..1fb11a4fa3 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -4565,6 +4565,7 @@ enum tile_flags ENUM_INT64
TILE_FLAG_SUMMONED = 0x800000000000ULL,
TILE_FLAG_PERM_SUMMON= 0x1000000000000ULL,
TILE_FLAG_DEATHS_DOOR = 0x2000000000000ULL,
+ TILE_FLAG_RECALL = 0x4000000000000ULL,
// MDAM has 5 possibilities, so uses 3 bits.
TILE_FLAG_MDAM_MASK = 0x1C0000000ULL,