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:
Mark Olsen 2006-05-28 23:15:04 +00:00
parent 4ace1cbb80
commit 01f878498c

View file

@ -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