summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-10 17:55:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-10 17:55:41 +0000
commit88f7778a5f2236d69075b9b428fec91089e9e1ab (patch)
treea0711f96fc14d5866d1a8582dca10110d7ba79b3 /crawl-ref/source/fight.cc
parent9d879dbda0fd96b079aac0905d83f7c289e97a36 (diff)
downloadcrawl-ref-88f7778a5f2236d69075b9b428fec91089e9e1ab.tar.gz
crawl-ref-88f7778a5f2236d69075b9b428fec91089e9e1ab.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4180 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 84b6db765c..7be66cee90 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2303,7 +2303,7 @@ bool melee_attack::chop_hydra_head( int dam,
coord_def pos = defender->pos();
bleed_onto_floor(pos.x, pos.y, defender->id(),
def->hit_points, true);
-
+
defender->hurt(attacker, def->hit_points);
}
else