From 319b57bf7a53cdb91c31ec5ffc6466903149ddca Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sun, 22 Mar 2015 13:49:25 +0100 Subject: [PATCH] Removing useless assignment. --- game/physics.cc | 1 - 1 file changed, 1 deletion(-) 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()