summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 22:43:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 22:43:20 +0000
commita2f295f3b8c273dc74150dae2e2949dd620f50d7 (patch)
tree3a2f9ebf9c70cdb069ec34d03697a8c2fbf1154f /crawl-ref/source/spells4.cc
parentead9a6a6bd7e09fef871a51d66c6c94389fa9f4f (diff)
downloadcrawl-ref-a2f295f3b8c273dc74150dae2e2949dd620f50d7.tar.gz
crawl-ref-a2f295f3b8c273dc74150dae2e2949dd620f50d7.zip
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
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
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);
}