diff options
author | Treeki <treeki@gmail.com> | 2013-02-25 21:53:15 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-25 21:53:15 +0100 |
commit | ffd75026b253f50b4bf349442a05129a9e71dedb (patch) | |
tree | 2b1b9e0ab7bcd51a6f504780f9e018e5e58041b7 /src | |
parent | 6a93cb56b4a1468df65bebde2a96eb64daf18dc5 (diff) | |
download | kamek-ffd75026b253f50b4bf349442a05129a9e71dedb.tar.gz kamek-ffd75026b253f50b4bf349442a05129a9e71dedb.zip |
fix meteor collisions on all sides
Diffstat (limited to 'src')
-rwxr-xr-x | src/meteor.cpp | 2 |
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; |