aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom White <weiss@simba.(none)>2008-08-14 23:14:57 +0100
committerTom White <weiss@simba.(none)>2008-08-14 23:14:57 +0100
commit2e245bad009a6c3a0aa8f206d1d1f16f40d30003 (patch)
treebc9f1835e1988c031b5633669d76be1370a8bee2
parent9c3af822fd9e14658d43422697b7a5db06146201 (diff)
Remove old mugwatch
-rw-r--r--src/physics.c4
1 files changed, 0 insertions, 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; i<obj->model->num_coll_primitives; i++ ) {
int j;