summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index c1f9aa1759..ca3881c962 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2273,7 +2273,7 @@ bool vitrify_area(int radius)
if (grid == DNGN_ROCK_WALL
|| grid == DNGN_STONE_WALL
- || grid == DNGN_PERMAROCK_WALL )
+ || grid == DNGN_PERMAROCK_WALL)
{
grd(*ri) = static_cast<dungeon_feature_type>(grid + clear_plus);
set_terrain_changed(ri->x, ri->y);