diff options
Diffstat (limited to 'include')
-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
|