summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index fdf6d05f96..0fa0b16462 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1849,7 +1849,7 @@ void bolt::fire_wall_effect()
if (is_superhot())
{
// Destroy the wall.
- grd(pos()) = DNGN_FLOOR;
+ grd(pos()) = dgn_tree_base_feature_at(pos());
if (you.see_cell(pos()))
emit_message(MSGCH_PLAIN, "The tree burns like a torch!");
else if (you.can_smell())