diff options
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. |