Spike's temporary fix for the ruleset cvar latching problem with the string-field being null.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2664 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9893099eb6
commit
f1f0f1d48b
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ qboolean Cvar_ApplyLatchFlag(cvar_t *var, char *value, int flag)
|
|||
#ifndef _MSC_VER
|
||||
#warning set or forceset?
|
||||
#endif
|
||||
Cvar_Set(var, value);
|
||||
Cvar_ForceSet(var, value);
|
||||
|
||||
if (var->latched_string)
|
||||
{ //something else latched it
|
||||
|
|
Loading…
Reference in a new issue