1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2004-11-23 00:36:33 +00:00
parent 64e5dd682f
commit cefa1be2ac

View file

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