summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-09 06:14:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-09 06:14:24 +0000
commit495876a95217ab195379dd9506f5d8935d88fc6f (patch)
tree624cea4eb3ea7a06be68c8fe06426877e9ab7c12 /crawl-ref/source/spells4.cc
parente056021a38550b2aaebf355f50761e60e127061a (diff)
downloadcrawl-ref-495876a95217ab195379dd9506f5d8935d88fc6f.tar.gz
crawl-ref-495876a95217ab195379dd9506f5d8935d88fc6f.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7796 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index f53ee2db66..95404a97bf 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2013,7 +2013,8 @@ bool cast_fragmentation(int pow, const dist& spd)
// If damage dice are zero we assume that nothing happened at all.
canned_msg(MSG_SPELL_FIZZLES);
}
- return true;
+
+ return (true);
}
void cast_twist(int pow)