summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-04-16 18:44:08 +0200
committerTreeki <treeki@gmail.com>2013-04-16 18:44:08 +0200
commitb5e70c50c39612ad480ec7f39be60c82f9c85c1c (patch)
treeeeb22aec78afd640f56a11766b89329dae4ff92a /include/game.h
parent869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (diff)
downloadkamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.tar.gz
kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.zip
rename the param of powBlockActivated() from isMPGP to isNotMPGP
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h2
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