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 /include/game.h | |
parent | 869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (diff) | |
download | kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.tar.gz kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.zip |
rename the param of powBlockActivated() from isMPGP to isNotMPGP
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index 2184920..9d126a9 100755 --- a/include/game.h +++ b/include/game.h @@ -2549,7 +2549,7 @@ public: virtual bool collisionCat14_YoshiFire(ActivePhysics *apThis, ActivePhysics *apOther);
virtual void _vf140(dStageActor_c *actor);
- virtual void powBlockActivated(bool isMPGP);
+ virtual void powBlockActivated(bool isNotMPGP);
virtual void _vf148(); // deletes actors held by Class484 and other stuff
virtual void _vf14C(); // deletes actors held by Class484 and makes an En Coin Jump
virtual u32 canBePowed(); // reads some bits from a value in Class1EC
|