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:
Spoike 2005-09-14 04:18:05 +00:00
parent 86e1757e65
commit a8dfe93350
1 changed files with 1 additions and 1 deletions

View File

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