summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-10-06 22:06:48 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-10-06 22:06:48 -0700
commitb5ad64c62a003699a8060744dbf27503386435d5 (patch)
tree96d44e79eb453966fc606c9c141968ff6dd6660d /src/map/battle.hpp
parent735bae276c2f08e10c5b02d8187c665dadb3adcb (diff)
downloadtmwa-b5ad64c62a003699a8060744dbf27503386435d5.tar.gz
tmwa-b5ad64c62a003699a8060744dbf27503386435d5.tar.bz2
tmwa-b5ad64c62a003699a8060744dbf27503386435d5.tar.xz
tmwa-b5ad64c62a003699a8060744dbf27503386435d5.zip
Remove vestigial support for offhanded weapons
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r--src/map/battle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp
index b6aeff5..83d94fc 100644
--- a/src/map/battle.hpp
+++ b/src/map/battle.hpp
@@ -40,7 +40,7 @@ namespace tmwa
// ダメージ
struct Damage
{
- int damage, damage2;
+ int damage;
DamageType type;
int div_;
interval_t amotion, dmotion;