aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/fights.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/fights.cpp')
-rw-r--r--engines/lure/fights.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index dc2e9a74b9..491b221acb 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -608,6 +608,10 @@ void FightsManager::enemyKilled() {
HotspotData *axeHotspot = res.getHotspot(0x2738);
axeHotspot->roomNumber = PLAYER_ID;
axeHotspot->flags |= HOTSPOTFLAG_FOUND;
+
+ // Prevent the weapon animation being drawn
+ axeHotspot = res.getHotspot(0x440);
+ axeHotspot->layer = 0;
}
}