From 2e245bad009a6c3a0aa8f206d1d1f16f40d30003 Mon Sep 17 00:00:00 2001 From: Tom White Date: Thu, 14 Aug 2008 23:14:57 +0100 Subject: Remove old mugwatch --- src/physics.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/physics.c b/src/physics.c index af1e9a6..4497a30 100644 --- a/src/physics.c +++ b/src/physics.c @@ -201,10 +201,6 @@ static int physics_check_collide(ModelInstance *obj, ModelInstance *other, doubl int i; int found = 0; - if ( strcmp("pipe", other->model->name) == 0 ) { - // printf("pipe prim 0 has %i vertices\n", other->model->primitives[0]->num_vertices); - // printf("pipe cprim 0 has %i vertices\n", other->model->coll_primitives[0]->num_vertices); - } /* Check all the vertices in the moving object... */ for ( i=0; imodel->num_coll_primitives; i++ ) { int j; -- cgit v1.2.3