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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index ae1d8a0811..f267610334 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2254,7 +2254,7 @@ std::vector<dungeon_feature_type> features_by_desc(const base_pattern &pattern)
void describe_floor()
{
- const int grid = grd(you.pos());
+ dungeon_feature_type grid = grd(you.pos());
std::string prefix = "There is ";
std::string feat;