From e2bb29c4bbf36a4e45a7312943fa50c319b8bc26 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Wed, 22 Feb 2012 22:13:41 -0600 Subject: Broken Shy Guy Commit --- include/game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/game.h b/include/game.h index a7bafac..9dd1605 100755 --- a/include/game.h +++ b/include/game.h @@ -1160,7 +1160,7 @@ public: class ActivePhysics { public: struct Info; // forward declaration - typedef void (*Callback)(Info *self, Info *other); + typedef void (*Callback)(ActivePhysics *self, ActivePhysics *other); struct Info { float xDistToCenter; @@ -1912,7 +1912,7 @@ public: ~dEn_c(); - static void collisionCallback(ActivePhysics::Info *one, ActivePhysics::Info *two); + static void collisionCallback(ActivePhysics *one, ActivePhysics *two); void doSpriteMovement(); bool CheckIfPlayerBelow(float,float); -- cgit v1.2.3