diff options
author | Treeki <treeki@gmail.com> | 2013-04-16 18:44:08 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-16 18:44:08 +0200 |
commit | b5e70c50c39612ad480ec7f39be60c82f9c85c1c (patch) | |
tree | eeb22aec78afd640f56a11766b89329dae4ff92a /src/shyguyGiants.cpp | |
parent | 869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (diff) | |
download | kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.tar.gz kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.zip |
rename the param of powBlockActivated() from isMPGP to isNotMPGP
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() { |