From b17f1dbf11df6531ee88ed4fb7f9cf05211c5749 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 1 Jun 2008 03:04:17 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5392 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.cc | 4 ++-- 1 file 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"); -- cgit v1.2.3-54-g00ecf