summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-28 08:59:59 +0100
committerTreeki <treeki@gmail.com>2012-10-28 08:59:59 +0100
commit29bdbddab8b9cf8cce5d548949b9d5b98e5b538a (patch)
tree4d85830cb43aacde772d5442945289e67b9a493d /src
parent780326c06df309a597a015c1f1b482a116a27a52 (diff)
downloadkamek-29bdbddab8b9cf8cce5d548949b9d5b98e5b538a.tar.gz
kamek-29bdbddab8b9cf8cce5d548949b9d5b98e5b538a.zip
by skawo request
Diffstat (limited to 'src')
-rw-r--r--src/bossFuzzyBear.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossFuzzyBear.cpp b/src/bossFuzzyBear.cpp
index 1f4fab4..2a96b0b 100644
--- a/src/bossFuzzyBear.cpp
+++ b/src/bossFuzzyBear.cpp
@@ -82,6 +82,8 @@ CREATE_STATE(daFuzzyBear_c, Outro);
void daFuzzyBear_c::playerCollision(ActivePhysics *apThis, ActivePhysics *apOther) { DamagePlayer(this, apThis, apOther); }
void daFuzzyBear_c::yoshiCollision(ActivePhysics *apThis, ActivePhysics *apOther) { DamagePlayer(this, apThis, apOther); }
void daFuzzyBear_c::collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, ActivePhysics *apOther) {
+ return; // added by skawo request
+
if (this->isInvulnerable == 1) { return; }
this->timer = 0;