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/bossSamurshai.cpp | |
parent | 869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (diff) | |
download | kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.tar.gz kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.zip |
rename the param of powBlockActivated() from isMPGP to isNotMPGP
Diffstat (limited to 'src/bossSamurshai.cpp')
-rw-r--r-- | src/bossSamurshai.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp index b608916..fbf079b 100644 --- a/src/bossSamurshai.cpp +++ b/src/bossSamurshai.cpp @@ -50,7 +50,7 @@ class daSamurshai : public daBoss { void updateModelMatrices(); bool calculateTileCollisions(); - void powBlockActivated(bool isMPGP); + void powBlockActivated(bool isNotMPGP); void playerCollision(ActivePhysics *apThis, ActivePhysics *apOther); void yoshiCollision(ActivePhysics *apThis, ActivePhysics *apOther); @@ -215,7 +215,7 @@ daSamurshai *daSamurshai::build() { void daSamurshai::addScoreWhenHit(void *other) { } - void daSamurshai::powBlockActivated(bool isMPGP) { } + void daSamurshai::powBlockActivated(bool isNotMPGP) { } bool daSamurshai::calculateTileCollisions() { // Returns true if sprite should turn, false if not. |