summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 03:04:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 03:04:17 +0000
commitb17f1dbf11df6531ee88ed4fb7f9cf05211c5749 (patch)
treeafbe9b596ed66c04208fe355101ae7855a6effc2 /crawl-ref/source/misc.cc
parent2f4859fac33115e8d32cf6191fdee762d79af414 (diff)
downloadcrawl-ref-b17f1dbf11df6531ee88ed4fb7f9cf05211c5749.tar.gz
crawl-ref-b17f1dbf11df6531ee88ed4fb7f9cf05211c5749.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5392 c06c8d41-db1a-0410-9941-cceddc491573
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");