summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index ca40ea7fdc..a5aadee955 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2887,7 +2887,7 @@ std::string feature_description(const coord_def& where, bool bloody,
description_level_type dtype, bool add_stop,
bool base_desc)
{
- std::string marker_desc =
+ std::string marker_desc =
env.markers.property_at(where, MAT_ANY, "feature_description");
if (!marker_desc.empty())
@@ -2915,7 +2915,7 @@ std::string feature_description(const coord_def& where, bool bloody,
desc += "detected secret ";
desc += noun;
- const std::string door_desc_suffix =
+ const std::string door_desc_suffix =
env.markers.property_at(where, MAT_ANY,
"door_description_suffix");
desc += door_desc_suffix;