From a2f295f3b8c273dc74150dae2e2949dd620f50d7 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 11 Mar 2009 22:43:20 +0000 Subject: Add still more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9420 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells4.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells4.cc') diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc index 9cf01d66e2..4d1144138b 100644 --- a/crawl-ref/source/spells4.cc +++ b/crawl-ref/source/spells4.cc @@ -1375,7 +1375,7 @@ bool cast_fragmentation(int pow, const dist& spd) const char *what = NULL; ray_def ray; - if ( !find_ray(you.pos(), spd.target, false, ray) ) + if (!find_ray(you.pos(), spd.target, false, ray)) { mpr("There's a wall in the way!"); return (false); @@ -1713,7 +1713,7 @@ bool cast_fragmentation(int pow, const dist& spd) } else if (beam.damage.num == 0) { - // If damage dice are zero we assume that nothing happened at all. + // If damage dice are zero, assume that nothing happened at all. canned_msg(MSG_SPELL_FIZZLES); } -- cgit v1.2.3-54-g00ecf