Small warning fix. I should really fix all of FTE's warnings some time.. :(
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1315 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
86e1757e65
commit
a8dfe93350
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ void Cvar_Reset_f (void)
|
|||
{
|
||||
cvar_group_t *grp;
|
||||
cvar_t *cmd;
|
||||
int i, listflags, exclflags;
|
||||
int i, listflags=0, exclflags;
|
||||
char *var;
|
||||
char *search, *gsearch;
|
||||
char strtmp[512];
|
||||
|
|
Loading…
Reference in a new issue