mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-04 22:10:47 +00:00
Whitespace
This commit is contained in:
parent
59f6bdf231
commit
439b28bbd3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue