mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 14:01:26 +00:00
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:
parent
1cd6ed55ed
commit
29b903bc84
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue