From b5e70c50c39612ad480ec7f39be60c82f9c85c1c Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 16 Apr 2013 18:44:08 +0200 Subject: rename the param of powBlockActivated() from isMPGP to isNotMPGP --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3