]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
cl_capturevideo_raw* modes now use O_NONBLOCKING file access for more performance
[xonotic/darkplaces.git] / host_cmd.c
index 2efcdd05626f41c1fd4f5a84b6673c6bcb3438d0..86668a20a267a3c2dae6c6fb67621d8bbed28102 100644 (file)
@@ -500,7 +500,7 @@ void Host_Savegame_f (void)
        FS_DefaultExtension (name, ".sav", sizeof (name));
 
        Con_Printf("Saving game to %s...\n", name);
-       f = FS_Open (name, "wb", false);
+       f = FS_Open (name, "wb", false, false);
        if (!f)
        {
                Con_Print("ERROR: couldn't open.\n");