summaryrefslogtreecommitdiff
path: root/src/bossRamboo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bossRamboo.cpp')
-rw-r--r--src/bossRamboo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossRamboo.cpp b/src/bossRamboo.cpp
index 0c36f04..c12b709 100644
--- a/src/bossRamboo.cpp
+++ b/src/bossRamboo.cpp
@@ -92,7 +92,7 @@ void daRamboo_c::collisionCat9_RollingObject(ActivePhysics *apThis, ActivePhysic
doStateChange(&StateID_Flee);
//FIXME changed to dStageActor_c::Delete(u8) from fBase_c::Delete(void)
- apOther->owner->Delete(apOther->owner->_390);
+ apOther->owner->Delete(1);
}
}
void daRamboo_c::collisionCat13_Hammer(ActivePhysics *apThis, ActivePhysics *apOther) { }