]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
fix for server dying when someone times out
[xonotic/darkplaces.git] / cl_video.c
index fb42b6f0efe1bb9f404b70b5e2b18249780ba7a7..a309b2e49288b9e9999e847d6d4c54691cdc9536 100644 (file)
@@ -193,7 +193,7 @@ static void CL_PlayVideo_f(void)
                return;
        }
 
-       sprintf(name, "%s/video/%s.dpv", com_gamedir, Cmd_Argv(1));
+       sprintf(name, "%s/video/%s.dpv", fs_gamedir, Cmd_Argv(1));
        CL_VideoStart(name);
 }