summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
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,