diff --git a/game/physics.cc b/game/physics.cc index 9bfd6f5..deb9948 100644 --- a/game/physics.cc +++ b/game/physics.cc @@ -479,7 +479,6 @@ void Physics::addSphere(float rad, Entity entity, float mass, float dampningL, f void Physics::prepareCollisionDetection() { playerTerrainCol = playerObjectColision = false; - int numManifods = world->getDispatcher()->getNumManifolds(); } bool Physics::playerWithGround()