summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-07 21:26:51 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-08 00:25:51 -0800
commit5bbad271f48030ebb570045a82e17889cf6ea395 (patch)
tree1d9b0116f044fcce1c15ccefa53d7386d3663649 /crawl-ref/source/fight.h
parentaf639057a600e90cd5bde60e6ced076d47fc1310 (diff)
downloadcrawl-ref-5bbad271f48030ebb570045a82e17889cf6ea395.tar.gz
crawl-ref-5bbad271f48030ebb570045a82e17889cf6ea395.zip
fight: base_damage member unused, removing
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 ee5441122d..46033a0b2f 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -96,7 +96,6 @@ public:
int attack_number;
int to_hit;
- int base_damage;
int damage_done;
int special_damage;
int aux_damage;