diff options
Diffstat (limited to '')
-rw-r--r-- | src/shyguyGiants.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shyguyGiants.cpp b/src/shyguyGiants.cpp index a617e88..aefcb3c 100644 --- a/src/shyguyGiants.cpp +++ b/src/shyguyGiants.cpp @@ -74,7 +74,7 @@ class daShyGuyGiant : public dEn_c { bool collisionCat5_Mario(ActivePhysics *apThis, ActivePhysics *apOther); bool collisionCat11_PipeCannon(ActivePhysics *apThis, ActivePhysics *apOther); - void powBlockActivated(bool isMPGP); + void powBlockActivated(bool isNotMPGP); void _vf148(); void _vf14C(); @@ -259,7 +259,7 @@ void daShyGuyGiant::_vf278(void *other) { void daShyGuyGiant::_vf264(dStageActor_c *other) { } // if other is player or yoshi, do Wm_en_hit and a few other things void daShyGuyGiant::_vf268(void *other) { } // AcPy/PlBase? plays the SE_EMY_DOWN_SPIN_%d sounds based on some value - void daShyGuyGiant::powBlockActivated(bool isMPGP) { + void daShyGuyGiant::powBlockActivated(bool isNotMPGP) { } bool daShyGuyGiant::calculateTileCollisions() { |