diff --git a/qw/source/cl_ents.c b/qw/source/cl_ents.c index c93065680..3723c9e3a 100644 --- a/qw/source/cl_ents.c +++ b/qw/source/cl_ents.c @@ -392,7 +392,7 @@ CL_LinkPlayers (void) player_state_t exact; player_state_t *state; qboolean clientplayer; - vec3_t org, ang; + vec3_t org, ang = {0, 0, 0}; playertime = realtime - cls.latency + 0.02; if (playertime > realtime)