summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-03 14:31:22 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-06 17:32:06 +0200
commit6f647bad4a762043ddc6d196680d398c6ce9c4b8 (patch)
treebfa4faf1d26ce5749a88e5d2b9ed50fcfc96529b /crawl-ref/source/fight.h
parentf460cbf1c8a27df7d9037304830d4a41b84a1e9e (diff)
downloadcrawl-ref-6f647bad4a762043ddc6d196680d398c6ce9c4b8.tar.gz
crawl-ref-6f647bad4a762043ddc6d196680d398c6ce9c4b8.zip
Cleanup in melee_attack.
potential_damage is only really used in one method, so move it there as a local variable.
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index df59ecc875..ec1102c80a 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -87,7 +87,6 @@ public:
int to_hit;
int base_damage;
- int potential_damage;
int damage_done;
int special_damage;
int aux_damage;