summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-05 22:32:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-05 22:32:02 +0000
commit0c43dbe213130837371182f2fc2446658c150ec9 (patch)
tree6d83e374f4955f7431f4e71f4dfbb18c416efa9c
parent732ba8ca51d62f06fe5d79a2b151d70b9db9a316 (diff)
downloadcrawl-ref-0c43dbe213130837371182f2fc2446658c150ec9.tar.gz
crawl-ref-0c43dbe213130837371182f2fc2446658c150ec9.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6415 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 2a73a67980..a1755b148e 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1621,7 +1621,7 @@ static bool _do_ability(const ability_def& abil)
// make a divine lightning bolt...
beam.beam_source = NON_MONSTER;
beam.type = dchar_glyph(DCHAR_FIRED_BURST);
- beam.damage = dice_def( 3, 30 );
+ beam.damage = dice_def(3, 30);
beam.flavour = BEAM_ELECTRICITY;
beam.target_x = you.x_pos;
beam.target_y = you.y_pos;