summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-09-25 14:32:18 -0500
committerColin Noga <Tempus@Spectrum-Song.local>2011-09-25 14:32:18 -0500
commit463bf1cb5059e14b3af73adf0037a9ae8a5dcd2c (patch)
treef8a8ffc1048634e8648ea0363a5833899cac30ae /include
parent8f0baae495ade1b065d73875092a3bb479787ada (diff)
downloadkamek-463bf1cb5059e14b3af73adf0037a9ae8a5dcd2c.tar.gz
kamek-463bf1cb5059e14b3af73adf0037a9ae8a5dcd2c.zip
Fuzzy Bear and Mr.Sun fixes/improvements
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h2
1 files changed, 1 insertions, 1 deletions
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);