summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/startup.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-07-06 01:57:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-07-06 02:10:01 +0200
commit67cdbdb44e4f273f35c4d17349170dddc53b7a6a (patch)
treef56b1d6e5d1cbd1d7d087fa4101feb73a081fbd9 /crawl-ref/source/startup.cc
parent20850811713ecdd234977c6c753a8694fc9d863d (diff)
downloadcrawl-ref-67cdbdb44e4f273f35c4d17349170dddc53b7a6a.tar.gz
crawl-ref-67cdbdb44e4f273f35c4d17349170dddc53b7a6a.zip
Encase new Abyss code in #ifdefs.
Diffstat (limited to 'crawl-ref/source/startup.cc')
-rw-r--r--crawl-ref/source/startup.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/startup.cc b/crawl-ref/source/startup.cc
index a7564149de..191a7b0da8 100644
--- a/crawl-ref/source/startup.cc
+++ b/crawl-ref/source/startup.cc
@@ -224,7 +224,9 @@ static void _post_init(bool newc)
if (newc && you.char_direction == GDT_GAME_START)
{
// Randomise colours properly for the Abyss.
+#ifdef NEW_ABYSS
generate_abyss();
+#endif
init_pandemonium();
}