From 29bdbddab8b9cf8cce5d548949b9d5b98e5b538a Mon Sep 17 00:00:00 2001
From: Treeki <treeki@gmail.com>
Date: Sun, 28 Oct 2012 08:59:59 +0100
Subject: by skawo request

---
 src/bossFuzzyBear.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

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;
-- 
cgit v1.2.3