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
This commit is contained in:
Ozkan Sezer 2018-02-21 16:25:04 +00:00
parent 1cd6ed55ed
commit 29b903bc84

View file

@ -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);