diff --git a/engine/client/cl_ents.c b/engine/client/cl_ents.c index ba919e12d..66298fe76 100644 --- a/engine/client/cl_ents.c +++ b/engine/client/cl_ents.c @@ -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)