From 0818e3d47c6f95e4b58d2eeee958652e59c3a919 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 20 May 2008 22:20:20 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5162 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells1.cc') 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; -- cgit v1.2.3-54-g00ecf