mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
be sure to use the correct key for allocating effects dlights on players
This commit is contained in:
parent
82b2f30a20
commit
4001d2574b
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue