From 463bf1cb5059e14b3af73adf0037a9ae8a5dcd2c Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sun, 25 Sep 2011 14:32:18 -0500 Subject: Fuzzy Bear and Mr.Sun fixes/improvements --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/game.h b/include/game.h index f7728db..c57a93d 100755 --- a/include/game.h +++ b/include/game.h @@ -1549,7 +1549,7 @@ public: virtual void collisionCat11_PipeCannon(ActivePhysics *apThis, ActivePhysics *apOther); virtual void collisionCat9_RollingObject(ActivePhysics *apThis, ActivePhysics *apOther); virtual void collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, ActivePhysics *apOther); - virtual void collisionCat2_IceBall_15_YoshiIce(ActivePhysics *apThis, ActivePhysics *apOther); + virtual bool collisionCat2_IceBall_15_YoshiIce(ActivePhysics *apThis, ActivePhysics *apOther); virtual void collisionCat13_Hammer(ActivePhysics *apThis, ActivePhysics *apOther); virtual void collisionCat14_YoshiFire(ActivePhysics *apThis, ActivePhysics *apOther); -- cgit v1.2.3