removed unreferenced local

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@189 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-13 02:19:15 +00:00
parent e08b51b000
commit 0ea4557bde

View file

@ -1223,7 +1223,7 @@ void CL_ParsePlayerinfo (void)
int num;
int i;
int new;
vec3_t org, oorg;
vec3_t org;
lastplayerinfo = num = MSG_ReadByte ();
if (num >= MAX_CLIENTS)