]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
Removed some debug printings, and made some others requiring developer >= 100. Reset...
[xonotic/darkplaces.git] / cl_demo.c
index 1e7773fb1d46b707780aa6c4c05c1a8b77af87df..627ccd12d68eaf4fbcd59355865512310a121f56 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -336,6 +336,7 @@ void CL_PlayDemo_f (void)
        // open the demo file
        strlcpy (name, Cmd_Argv(1), sizeof (name));
        FS_DefaultExtension (name, ".dem", sizeof (name));
+       cls.protocol = PROTOCOL_QUAKE;
 
        Con_Printf("Playing demo from %s.\n", name);
        cls.demofile = FS_Open (name, "rb", false, false);