From 29b903bc843f205bcbf00032482edeb30b85f5d1 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 21 Feb 2018 16:25:04 +0000 Subject: [PATCH] host.c (Host_WriteConfiguration): don't VID_SyncCvars() git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1565 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/host.c b/Quake/host.c index 2165039a..ad60160f 100644 --- a/Quake/host.c +++ b/Quake/host.c @@ -311,7 +311,7 @@ void Host_WriteConfiguration (void) return; } - VID_SyncCvars (); //johnfitz -- write actual current mode to config file, in case cvars were messed with + //VID_SyncCvars (); //johnfitz -- write actual current mode to config file, in case cvars were messed with Key_WriteBindings (f); Cvar_WriteVariables (f);