aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/party.cpp')
-rw-r--r--engines/xeen/party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 49d86bee62..90f913dbf9 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -584,7 +584,7 @@ void Party::giveTreasure() {
if (_vm->_mode != MODE_RECORD_EVENTS && monstersPresent)
return;
- Common::fill(&combat._shooting[0], &combat._shooting[MAX_PARTY_COUNT], 0);
+ combat.clearShooting();
intf._charsShooting = false;
intf.draw3d(true);