From ce1c8ddd4e6d4c8dfad16ba069d269c61db4fdf4 Mon Sep 17 00:00:00 2001 From: black Date: Thu, 9 Oct 2003 19:48:12 +0000 Subject: [PATCH] Sorry, forgot to remove some debug code from host.c git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3558 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/host.c b/host.c index 826d6e0b..3eb5fec0 100644 --- a/host.c +++ b/host.c @@ -784,8 +784,6 @@ void _Host_Frame (float time) host_framecount++; host_loopactive = true; - if(vec3_origin[0] || vec3_origin[1] || vec3_origin[2]) - Con_Print("vec3_origin modified !\n"); } void Host_Frame (float time) -- 2.39.2