mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-14 00:40:32 +00:00
Infinite loop argh
This commit is contained in:
parent
f17e74945f
commit
86a374f31b
1 changed files with 1 additions and 1 deletions
|
@ -1539,7 +1539,7 @@ float(entity e) EF_GlowColor =
|
||||||
{
|
{
|
||||||
if (te.owner == e && (te.goal_activation & TFGI_GLOW))
|
if (te.owner == e && (te.goal_activation & TFGI_GLOW))
|
||||||
{
|
{
|
||||||
ret |= EF_GlowColor (e);
|
ret |= EF_GlowColor (te);
|
||||||
}
|
}
|
||||||
|
|
||||||
te = find(te, classname, "item_tfgoal");
|
te = find(te, classname, "item_tfgoal");
|
||||||
|
|
Loading…
Reference in a new issue