summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc9
1 files changed, 5 insertions, 4 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.