summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 23:01:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 23:01:48 +0000
commitc051b90bebc70baa94dcfea63d630615b16a0b3d (patch)
treebf4640fe8762c95e892ee5c64824a78fba3de6c9 /crawl-ref/source/output.h
parent7ca813e3edbd34d592893130e99f45252758655f (diff)
downloadcrawl-ref-c051b90bebc70baa94dcfea63d630615b16a0b3d.tar.gz
crawl-ref-c051b90bebc70baa94dcfea63d630615b16a0b3d.zip
Remove one last reference to Repel Undead.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9402 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index 545d96a595..0d29884073 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -19,14 +19,13 @@ enum status_redraw_flag_type
REDRAW_LINE_1_MASK = 0x00000003,
REDRAW_PRAYER = 0x00000100,
- REDRAW_REPEL_UNDEAD = 0x00000200,
- REDRAW_BREATH = 0x00000400,
- REDRAW_REPEL_MISSILES = 0x00000800,
- REDRAW_REGENERATION = 0x00001000,
- REDRAW_INSULATION = 0x00002000,
- REDRAW_FLY = 0x00004000,
- REDRAW_INVISIBILITY = 0x00008000,
- REDRAW_LINE_2_MASK = 0x0000ff00,
+ REDRAW_BREATH = 0x00000200,
+ REDRAW_REPEL_MISSILES = 0x00000400,
+ REDRAW_REGENERATION = 0x00000800,
+ REDRAW_INSULATION = 0x00001000,
+ REDRAW_FLY = 0x00002000,
+ REDRAW_INVISIBILITY = 0x00004000,
+ REDRAW_LINE_2_MASK = 0x00007f00,
REDRAW_CONFUSION = 0x00010000,
REDRAW_POISONED = 0x00020000,