summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-17 21:13:31 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-17 21:13:31 +0000
commit5b888a167af42417cdf3f75e754fcbc7ae826107 (patch)
tree8b8607c01be3a1d2dbca857d54b534f716a89c26 /crawl-ref/source/misc.cc
parent3738559721d08c98bbf42b5debddee0cac63196b (diff)
downloadcrawl-ref-5b888a167af42417cdf3f75e754fcbc7ae826107.tar.gz
crawl-ref-5b888a167af42417cdf3f75e754fcbc7ae826107.zip
Fix [1974594]: tutorial item description going off the bottom of the screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9119 c06c8d41-db1a-0410-9941-cceddc491573
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!");