summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index d3cd951c6e..1ef45cff62 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -148,6 +148,7 @@ enum tile_flags
TILE_FLAG_MAY_STAB = 0x0000C000,
TILE_FLAG_NET = 0x00010000,
TILE_FLAG_POISON = 0x00020000,
+ TILE_FLAG_ANIM_WEP = 0x00040000,
// Background flags
TILE_FLAG_RAY = 0x00000800,