mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
extend a comment
This commit is contained in:
parent
645ba3fe40
commit
b2c282de93
1 changed files with 1 additions and 0 deletions
|
@ -900,6 +900,7 @@ CL_LinkPlayers (void)
|
|||
continue; // not present this frame
|
||||
|
||||
// spawn light flashes, even ones coming from invisible objects
|
||||
// but not for the player if using gl_flashblend
|
||||
if (!gl_flashblend->int_val || j != cl.playernum) {
|
||||
|
||||
if (j == cl.playernum) {
|
||||
|
|
Loading…
Reference in a new issue