]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
fix a couple EDICT_NUM errors that often happened when loading savegames with more...
[xonotic/darkplaces.git] / cl_video.c
index a309b2e49288b9e9999e847d6d4c54691cdc9536..998f088f9dba532e6c1fc2cb78d095343191730a 100644 (file)
@@ -193,7 +193,7 @@ static void CL_PlayVideo_f(void)
                return;
        }
 
-       sprintf(name, "%s/video/%s.dpv", fs_gamedir, Cmd_Argv(1));
+       sprintf(name, "video/%s.dpv", Cmd_Argv(1));
        CL_VideoStart(name);
 }