summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 17:31:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 17:31:31 +0000
commited6695050844ec27b944856ab7496e44d47e40ad (patch)
tree768f5c78036301807d018a457d85581b1354f30a /crawl-ref/source/acr.cc
parent67724d484da0b713fd77ba6545ab6d285620f9d7 (diff)
downloadcrawl-ref-ed6695050844ec27b944856ab7496e44d47e40ad.tar.gz
crawl-ref-ed6695050844ec27b944856ab7496e44d47e40ad.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6256 c06c8d41-db1a-0410-9941-cceddc491573
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.