]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
added sv_threaded cvar, the server can now be moved to another thread
[xonotic/darkplaces.git] / cl_demo.c
index ea10bff641738fdbcc909187d2d6e5a828c5a58b..6778917737b4d710d7193f3033e14f4261d5eeda 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -367,7 +367,7 @@ void CL_Record_f (void)
 
        // start the map up
        if (c > 2)
-               Cmd_ExecuteString ( va("map %s", Cmd_Argv(2)), src_command);
+               Cmd_ExecuteString ( va("map %s", Cmd_Argv(2)), src_command, false);
 
        // open the demo file
        Con_Printf("recording to %s.\n", name);