diff --git a/source/cvar.c b/source/cvar.c index 7791ea4..ef1b067 100644 --- a/source/cvar.c +++ b/source/cvar.c @@ -191,7 +191,8 @@ void Cvar_Set (cvar_t *var, char *value) { if (!var) return; - if(var->flags&CVAR_ROM) + + if(var->flags & CVAR_ROM) return; free (var->string); // free the old value string