diff options
Diffstat (limited to '')
-rw-r--r-- | src/boss.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/boss.cpp b/src/boss.cpp index cea6d8e..b484171 100644 --- a/src/boss.cpp +++ b/src/boss.cpp @@ -12,9 +12,7 @@ void DamagePlayer(dEn_c *actor, ActivePhysics *apThis, ActivePhysics *apOther) { // fix multiple player collisions via megazig actor->isDead = 0; actor->flags_4FC |= (1<<(31-7)); - if(apOther->owner->which_player < 4) { - actor->counter_504[apOther->owner->which_player] = 0; - } + actor->counter_504[apOther->owner->which_player] = 0; OSReport("Player is good and hurt\n"); } |