]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
Rename src_command to src_local, to clarify its meaning
[xonotic/darkplaces.git] / cl_demo.c
index 5acbaa4eec825a211ded2e1b1da4a063cf7007b6..31a1f470b2a9898915a85c998e211ccbd11ce761 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -382,7 +382,7 @@ void CL_Record_f(cmd_state_t *cmd)
 
        // start the map up
        if (c > 2)
-               Cmd_ExecuteString ( cmd, va(vabuf, sizeof(vabuf), "map %s", Cmd_Argv(cmd, 2)), src_command, false);
+               Cmd_ExecuteString ( cmd, va(vabuf, sizeof(vabuf), "map %s", Cmd_Argv(cmd, 2)), src_local, false);
 
        // open the demo file
        Con_Printf("recording to %s.\n", name);