]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Added a lot of builtin commands to prvm_cmds.c (mostly from pr_cmds).
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index d823c37c640dad362c1885ccb9830c5b2f6c55a4..826d6e0b6d803bf9fcda7f76d6395809dbdaa02c 100644 (file)
--- a/host.c
+++ b/host.c
@@ -783,6 +783,9 @@ 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)