r_powerupglow now actually works :P
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2299 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b720455bb8
commit
4ace1cbb80
1 changed files with 1 additions and 1 deletions
|
@ -1621,7 +1621,7 @@ void CL_LinkPacketEntities (void)
|
||||||
VectorCopy(le->origin, ent->origin)
|
VectorCopy(le->origin, ent->origin)
|
||||||
|
|
||||||
//bots or powerup glows. Bots always glow, powerups can be disabled
|
//bots or powerup glows. Bots always glow, powerups can be disabled
|
||||||
if (state->modelindex != cl_playerindex && r_powerupglow.value);
|
if (state->modelindex != cl_playerindex && r_powerupglow.value)
|
||||||
{
|
{
|
||||||
flicker = r_lightflicker.value?(rand()&31):0;
|
flicker = r_lightflicker.value?(rand()&31):0;
|
||||||
// spawn light flashes, even ones coming from invisible objects
|
// spawn light flashes, even ones coming from invisible objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue