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.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 2335c74b42..fbf60e9cee 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -903,7 +903,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
if (stair_find == DNGN_ENTER_ZOT)
{
- int num_runes = runes_in_pack();
+ const int num_runes = runes_in_pack();
if (num_runes < NUMBER_OF_RUNES_NEEDED)
{
@@ -1030,8 +1030,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
}
if (old_level_type != you.level_type && you.level_type == LEVEL_DUNGEON)
- mprf("Welcome back to %s!",
- branches[you.where_are_you].longname);
+ mprf("Welcome back to %s!", branches[you.where_are_you].longname);
if (!player_is_airborne()
&& you.duration[DUR_CONF]