]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
check vid_activewindow in several spammy prints that occur when the client is running...
[xonotic/darkplaces.git] / cl_parse.c
index 3ed64190095e5fa52d9eec27e9d9176a01a58c47..76b1f80626583633db59a30a4da5f8714c792160 100644 (file)
@@ -2773,7 +2773,7 @@ static void CL_NetworkTimeReceived(double newtime)
        {
                cl.mtime[1] = max(cl.mtime[0], newtime - 0.1);
                cl.mtime[0] = newtime;
-               if (developer.integer >= 10)
+               if (developer.integer >= 100 && vid_activewindow)
                {
                        if (cl.time < cl.mtime[1] - (cl.mtime[0] - cl.mtime[1]))
                                Con_Printf("--- cl.time < cl.mtime[1] (%f < %f ... %f)\n", cl.time, cl.mtime[1], cl.mtime[0]);