summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/acr.cc9
-rw-r--r--crawl-ref/source/dungeon.cc1
2 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 539350f581..0ec4506aa7 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4029,10 +4029,11 @@ static bool _initialise(void)
you.level_type = LEVEL_ABYSS;
you.entry_cause = EC_UNKNOWN;
}
- load( you.entering_level? you.transit_stair : DNGN_STONE_STAIRS_DOWN_I,
- you.entering_level? LOAD_ENTER_LEVEL :
- newc ? LOAD_START_GAME : LOAD_RESTART_GAME,
- NUM_LEVEL_AREA_TYPES, -1, you.where_are_you );
+
+ load(you.entering_level ? you.transit_stair : DNGN_STONE_STAIRS_DOWN_I,
+ you.entering_level ? LOAD_ENTER_LEVEL :
+ newc ? LOAD_START_GAME : LOAD_RESTART_GAME,
+ NUM_LEVEL_AREA_TYPES, -1, you.where_are_you);
#if DEBUG_DIAGNOSTICS
// Debug compiles display a lot of "hidden" information, so we auto-wiz.
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 3a5d8035a9..4d74b34303 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -1288,7 +1288,6 @@ void dgn_set_colours_from_monsters()
else
env.floor_colour = _fix_black_colour((char)mcolour[env.mons_alloc[9]]);
-
if (env.mons_alloc[8] < 0 || env.mons_alloc[8] == MONS_PROGRAM_BUG
|| env.mons_alloc[8] >= NUM_MONSTERS)
{