summaryrefslogtreecommitdiff
path: root/src/bossSamurshai.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bossSamurshai.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp
index ba871cd..5edb17d 100644
--- a/src/bossSamurshai.cpp
+++ b/src/bossSamurshai.cpp
@@ -110,7 +110,8 @@ daSamurshai *daSamurshai::build() {
////////////////////////
void ChucksAndKnucks(ActivePhysics *apThis, ActivePhysics *apOther) {
- ((dEn_c*)apThis->owner)->_vf220(apOther->owner);
+ if (((dEn_c*)apOther->owner)->name == PLAYER)
+ ((dEn_c*)apThis->owner)->_vf220(apOther->owner);
}
void daSamurshai::playerCollision(ActivePhysics *apThis, ActivePhysics *apOther) {