diff options
Diffstat (limited to '')
-rw-r--r-- | src/shyguy.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/shyguy.cpp b/src/shyguy.cpp index 73aaa44..ef807f0 100644 --- a/src/shyguy.cpp +++ b/src/shyguy.cpp @@ -251,11 +251,7 @@ daShyGuy *daShyGuy::build() { // fix multiple player collisions via megazig this->isDead = 0; this->flags_4FC |= (1<<(31-7)); - if(apOther->owner->which_player > 3) { - OSReport("!!!ATTENTION!!!\napOther->owner->which_player > 3\n"); - }else{ - this->counter_504[apOther->owner->which_player] = 0; - } + this->counter_504[apOther->owner->which_player] = 0; } void daShyGuy::yoshiCollision(ActivePhysics *apThis, ActivePhysics *apOther) { |