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:
parent
e08b51b000
commit
0ea4557bde
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue