summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-25 21:53:15 +0100
committerTreeki <treeki@gmail.com>2013-02-25 21:53:15 +0100
commitffd75026b253f50b4bf349442a05129a9e71dedb (patch)
tree2b1b9e0ab7bcd51a6f504780f9e018e5e58041b7
parent6a93cb56b4a1468df65bebde2a96eb64daf18dc5 (diff)
downloadkamek-ffd75026b253f50b4bf349442a05129a9e71dedb.tar.gz
kamek-ffd75026b253f50b4bf349442a05129a9e71dedb.zip
fix meteor collisions on all sides
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;