summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-20 22:20:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-20 22:20:20 +0000
commit0818e3d47c6f95e4b58d2eeee958652e59c3a919 (patch)
tree5d04379961a2726b80aef169fe514f81e92a1f82 /crawl-ref/source/spells1.cc
parent22b4656a72f9b9d330d68244bd18eb201827bca1 (diff)
downloadcrawl-ref-0818e3d47c6f95e4b58d2eeee958652e59c3a919.tar.gz
crawl-ref-0818e3d47c6f95e4b58d2eeee958652e59c3a919.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5162 c06c8d41-db1a-0410-9941-cceddc491573
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;