summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 94b6758a96..5b4300013c 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2064,8 +2064,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
find_trap(you.pos())->destroy();
return;
}
- shaft_level = absdungeon_depth(shaft_dest.branch,
- shaft_dest.depth);
+ shaft_level = absdungeon_depth(shaft_dest.branch, shaft_dest.depth);
if (you.flight_mode() != FL_FLY || force_stair)
mpr("You fall through a shaft!");