1
0
Fork 0
forked from fte/fteqw

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:
Molgrum 2007-09-21 09:58:17 +00:00
parent 9893099eb6
commit f1f0f1d48b

View file

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