removed an unneeded variable.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@512 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
64e5dd682f
commit
cefa1be2ac
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ void SV_PK3List_f (void)
|
|||
{
|
||||
int crc;
|
||||
char *name;
|
||||
int n, i;
|
||||
int i;
|
||||
|
||||
if (host_client->state != cs_connected)
|
||||
{ //fixme: send prints instead
|
||||
|
|
Loading…
Reference in a new issue