summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/maps.cc')
-rw-r--r--crawl-ref/source/maps.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/maps.cc b/crawl-ref/source/maps.cc
index a41fc4ce88..0855eb5664 100644
--- a/crawl-ref/source/maps.cc
+++ b/crawl-ref/source/maps.cc
@@ -323,7 +323,7 @@ static bool _may_overwrite_feature(const dungeon_feature_type grid,
return (false);
}
- if (feat_is_wall(grid))
+ if (feat_is_wall(grid) || grid == DNGN_TREES)
return (wall_ok);
// Otherwise, feel free to clobber this feature.