From ffd75026b253f50b4bf349442a05129a9e71dedb Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 25 Feb 2013 21:53:15 +0100 Subject: fix meteor collisions on all sides --- src/meteor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3