Fix a typo and therefore make a crash with QC server lists disappear
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6261 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6bd79c8ff8
commit
fab14e046f
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ static void Master_HideServer(serverinfo_t *server)
|
||||||
{
|
{
|
||||||
for (j = i; j < numvisibleservers-1; j++)
|
for (j = i; j < numvisibleservers-1; j++)
|
||||||
visibleservers[j] = visibleservers[j+1];
|
visibleservers[j] = visibleservers[j+1];
|
||||||
visibleservers--;
|
numvisibleservers--;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
i++;
|
i++;
|
||||||
|
|
Loading…
Reference in a new issue