aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r--engines/xeen/combat.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h
index fc7f9ed0dc..3020e86b74 100644
--- a/engines/xeen/combat.h
+++ b/engines/xeen/combat.h
@@ -116,7 +116,7 @@ public:
int _elemScale[PARTY_AND_MONSTERS];
int _missedShot[8];
Common::Array<int> _speedTable;
- int _shooting[8];
+ int _shootingRow[8];
int _globalCombat;
int _whosTurn;
bool _itemFlag;
@@ -155,6 +155,11 @@ public:
*/
void clearBlocked();
+ /**
+ * Clear the list of ros projectiles are on headed for part members
+ */
+ void clearShooting();
+
void giveCharDamage(int damage, DamageType attackType, int charIndex);
/**