summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 467ac77c1b..b9a148f8bc 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -138,8 +138,8 @@ int blink(int pow, bool high_level_controlled_blink, bool wizard_blink)
}
}
- // Allow wizard blink to send player into walls, in case
- // the user wants to alter that grid to something else.
+ // Allow wizard blink to send player into walls, in case the
+ // user wants to alter that grid to something else.
if (grid_is_solid(grd[beam.tx][beam.ty]) && wizard_blink)
grd[beam.tx][beam.ty] = DNGN_FLOOR;