]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
Add GL_ExtensionSupported in vid_null.c because vid_shared.c relies on
[xonotic/darkplaces.git] / cl_demo.c
index 5741e813daac6470162cc32bba92c72874902807..26265ff48553abc15a439f7f461ba6ea8fbca9ec 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -239,7 +239,7 @@ void CL_ReadDemoMessage(void)
                                        cls.td_onesecondnexttime++;
                                }
                        }
-                       else if (cl.time <= cl.mtime[0])
+                       else if (cl.time < cl.mtime[0])
                        {
                                // don't need another message yet
                                return;