diff options
author | Treeki <treeki@gmail.com> | 2012-12-04 01:40:59 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-12-04 01:40:59 +0100 |
commit | e8ffbf5bdc704c4efb426f4d1c10b21527debdc3 (patch) | |
tree | cd84e5e0c99d69984148be63181e35f954390f23 /src/bossBombDrop.cpp | |
parent | 49fe08ecf61e59fe13bef6a50fffd119e8909e64 (diff) | |
download | kamek-e8ffbf5bdc704c4efb426f4d1c10b21527debdc3.tar.gz kamek-e8ffbf5bdc704c4efb426f4d1c10b21527debdc3.zip |
changed WMwagglewater to groundpound
Diffstat (limited to 'src/bossBombDrop.cpp')
-rw-r--r-- | src/bossBombDrop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossBombDrop.cpp b/src/bossBombDrop.cpp index da12c34..7959268 100644 --- a/src/bossBombDrop.cpp +++ b/src/bossBombDrop.cpp @@ -35,7 +35,7 @@ class dDroppedBomb : public dEn_c { void collisionCat9_RollingObject(ActivePhysics *apThis, ActivePhysics *apOther); void collisionCat13_Hammer(ActivePhysics *apThis, ActivePhysics *apOther); void collisionCat14_YoshiFire(ActivePhysics *apThis, ActivePhysics *apOther); - void collisionCat7_WMWaggleWater(ActivePhysics *apThis, ActivePhysics *apOther); + void collisionCat7_GroundPound(ActivePhysics *apThis, ActivePhysics *apOther); }; void dDroppedBomb::playerCollision(ActivePhysics *apThis, ActivePhysics *apOther) { @@ -54,7 +54,7 @@ bool dDroppedBomb::collisionCat2_IceBall_15_YoshiIce(ActivePhysics *apThis, Acti void dDroppedBomb::collisionCat9_RollingObject(ActivePhysics *apThis, ActivePhysics *apOther) {} void dDroppedBomb::collisionCat13_Hammer(ActivePhysics *apThis, ActivePhysics *apOther) {} void dDroppedBomb::collisionCat14_YoshiFire(ActivePhysics *apThis, ActivePhysics *apOther) {} -void dDroppedBomb::collisionCat7_WMWaggleWater(ActivePhysics *apThis, ActivePhysics *apOther) {} +void dDroppedBomb::collisionCat7_GroundPound(ActivePhysics *apThis, ActivePhysics *apOther) {} void dDroppedBomb::kill() { PlaySoundAsync(this, SE_BOSS_JR_BOMB_BURST); |