]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Sorry, forgot to remove some debug code from host.c
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Oct 2003 19:48:12 +0000 (19:48 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Oct 2003 19:48:12 +0000 (19:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3558 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 826d6e0b6d803bf9fcda7f76d6395809dbdaa02c..3eb5fec0ffb7445ce75209a57937ec82d94ec5b6 100644 (file)
--- 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)