summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/lev-pand.cc')
-rw-r--r--crawl-ref/source/lev-pand.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/lev-pand.cc b/crawl-ref/source/lev-pand.cc
index 9587135e7a..b2cbc1dee3 100644
--- a/crawl-ref/source/lev-pand.cc
+++ b/crawl-ref/source/lev-pand.cc
@@ -15,6 +15,7 @@
#include "externs.h"
+#include "dungeon.h"
#include "monplace.h"
#include "mon-pick.h"
#include "stuff.h"
@@ -148,6 +149,10 @@ void init_pandemonium(void)
// set at least some specific monsters for the special levels - this
// can also be used to set some colours
+
+ env.floor_colour = BLACK;
+ env.rock_colour = BLACK;
+ dgn_set_colours_from_monsters();
} // end init_pandemonium()
void pandemonium_mons(void)