summaryrefslogtreecommitdiff
path: root/src/meteor.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-12-04 01:40:59 +0100
committerTreeki <treeki@gmail.com>2012-12-04 01:40:59 +0100
commite8ffbf5bdc704c4efb426f4d1c10b21527debdc3 (patch)
treecd84e5e0c99d69984148be63181e35f954390f23 /src/meteor.cpp
parent49fe08ecf61e59fe13bef6a50fffd119e8909e64 (diff)
downloadkamek-e8ffbf5bdc704c4efb426f4d1c10b21527debdc3.tar.gz
kamek-e8ffbf5bdc704c4efb426f4d1c10b21527debdc3.zip
changed WMwagglewater to groundpound
Diffstat (limited to '')
-rwxr-xr-xsrc/meteor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meteor.cpp b/src/meteor.cpp
index 219bab3..91e90c0 100755
--- a/src/meteor.cpp
+++ b/src/meteor.cpp
@@ -26,7 +26,7 @@ class dMeteor : public dEn_c {
void updateModelMatrices();
void playerCollision(ActivePhysics *apThis, ActivePhysics *apOther);
- void collisionCat7_WMWaggleWater(ActivePhysics *apThis, ActivePhysics *apOther);
+ void collisionCat7_GroundPound(ActivePhysics *apThis, ActivePhysics *apOther);
};
dMeteor *dMeteor::build() {
@@ -47,7 +47,7 @@ void dMeteor::playerCollision(ActivePhysics *apThis, ActivePhysics *apOther) {
DamagePlayer(this, apThis, apOther);
}
-void dMeteor::collisionCat7_WMWaggleWater(ActivePhysics *apThis, ActivePhysics *apOther) {
+void dMeteor::collisionCat7_GroundPound(ActivePhysics *apThis, ActivePhysics *apOther) {
DamagePlayer(this, apThis, apOther);
}