mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 14:31:52 +00:00
Same fix for the disabled code.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2300 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4ace1cbb80
commit
01f878498c
1 changed files with 1 additions and 1 deletions
|
@ -1924,7 +1924,7 @@ void CL_LinkPacketEntities (void)
|
|||
f * (s1->origin[i] - cl.lerpents[s1->number].origin[i]);
|
||||
|
||||
//bots or powerup glows. Bots always glow, powerups can be disabled
|
||||
if (s1->modelindex != cl_playerindex && r_powerupglow.value);
|
||||
if (s1->modelindex != cl_playerindex && r_powerupglow.value)
|
||||
{
|
||||
flicker = r_lightflicker.value?(rand()&31):0;
|
||||
// spawn light flashes, even ones coming from invisible objects
|
||||
|
|
Loading…
Reference in a new issue