be sure to use the correct key for allocating effects dlights on players

This commit is contained in:
Bill Currie 2002-09-09 16:26:39 +00:00
parent 82b2f30a20
commit 4001d2574b

View file

@ -812,7 +812,7 @@ CL_LinkPlayers (void)
VectorCopy (state->origin, org);
clientplayer = false;
}
CL_NewDlight (j, org, state->effects, state->glow_size,
CL_NewDlight (j + 1, org, state->effects, state->glow_size,
state->glow_color);
// Draw player?