summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/meteor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meteor.cpp b/src/meteor.cpp
index 9e8c450..8fbd655 100755
--- a/src/meteor.cpp
+++ b/src/meteor.cpp
@@ -124,7 +124,7 @@ int dMeteor::onCreate() {
this->aPhysics.addToList();
}
- MakeItRound.baseSetup(this, (void*)&MeteorPhysicsCallback, 0, 0, 1, 0);
+ MakeItRound.baseSetup(this, &MeteorPhysicsCallback, &MeteorPhysicsCallback, &MeteorPhysicsCallback, 1, 0);
MakeItRound.x = 0.0;
MakeItRound.y = 0.0;