X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=host.c;h=3c698965f6d153e251996ceffd43ccbef8c53e9e;hb=9dc8149ee231682452a52a4ec4bdee3981da5492;hp=7a49529f9c8c964db68f0af7cf3d48a4b05c3b0a;hpb=a98b666d915ca5539a748f6d08fc97c193d18272;p=xonotic%2Fdarkplaces.git diff --git a/host.c b/host.c index 7a49529f..3c698965 100644 --- a/host.c +++ b/host.c @@ -280,7 +280,7 @@ void Host_SaveConfig_f(void) // config.cfg cvars if (host_initialized && cls.state != ca_dedicated) { - f = FS_Open ("config.cfg", "wb", false); + f = FS_Open ("config.cfg", "wb", false, false); if (!f) { Con_Print("Couldn't write config.cfg.\n");