summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-10 03:57:50 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-10 03:57:50 +0100
commit419f3c4eaa148c6be0309776fdfc19f593408f98 (patch)
tree2a61e36d744a474aa23d7a00becc59926f2c483b /crawl-ref/source/mpr.h
parent6de8d04db988f6d099427b357ef0f8f5e40fa03d (diff)
downloadcrawl-ref-419f3c4eaa148c6be0309776fdfc19f593408f98.tar.gz
crawl-ref-419f3c4eaa148c6be0309776fdfc19f593408f98.zip
Give debug abyssal messages a separate dprf class.
(We still lack an interface to toggle such classes, though.)
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index e6e0f4f944..6ad6f96569 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -77,6 +77,7 @@ enum diag_type
DIAG_NORMAL,
DIAG_COMBAT,
DIAG_BEAM,
+ DIAG_ABYSS,
NUM_DIAGNOSTICS
};