summaryrefslogtreecommitdiff
path: root/src/bossSamurshai.cpp
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 /src/bossSamurshai.cpp
parent869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (diff)
downloadkamek-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.cpp4
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.