]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
A minor removal of a few pieces of dead code. Nothing major. This is
[xonotic/darkplaces.git] / cl_demo.c
index 40ada2d1068ae8f46b89226852a9330dd503441f..551b7cdad7c003f9140438cb5d9b85ec9e2650e0 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -143,7 +143,7 @@ int CL_GetMessage (void)
                                if (host_framecount == cls.td_startframe + 1)
                                        cls.td_starttime = realtime;
                        }
-                       else if ( /* cl.time > 0 && */ cl.time <= cl.mtime[0])
+                       else if (cl.time <= cl.mtime[0])
                        {
                                        return 0;               // don't need another message yet
                        }
@@ -350,9 +350,6 @@ void CL_PlayDemo_f (void)
 
        if (neg)
                cls.forcetrack = -cls.forcetrack;
-// ZOID, fscanf is evil
-//     fscanf (cls.demofile, "%i\n", &cls.forcetrack);
-
 }
 
 /*