summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chestnut.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/chestnut.cpp b/src/chestnut.cpp
index ff653c0..e4668a6 100644
--- a/src/chestnut.cpp
+++ b/src/chestnut.cpp
@@ -36,6 +36,7 @@ class daEnChestnut_c : public dEn_c {
void spawnObject();
bool collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, ActivePhysics *apOther);
+ bool collisionCat5_Mario(ActivePhysics *apThis, ActivePhysics *apOther);
bool CreateIceActors();
@@ -313,6 +314,10 @@ bool daEnChestnut_c::collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, A
return true;
}
+bool daEnChestnut_c::collisionCat5_Mario(ActivePhysics *apThis, ActivePhysics *apOther) {
+ this->_vf220(apOther->owner);
+ return true;
+}
void daEnChestnut_c::spawnObject() {