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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 2050a507fb..d4f2ae2c52 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1550,8 +1550,8 @@ static void climb_message(dungeon_feature_type stair, bool going_up,
static void leaving_level_now()
{
- // Note the name ahead of time because the events may cause
- // markers to be discarded.
+ // Note the name ahead of time because the events may cause markers
+ // to be discarded.
const std::string newtype =
env.markers.property_at(you.pos(), MAT_ANY, "dst");