Infinite loop argh

This commit is contained in:
Finny Merrill 2004-04-12 07:50:19 +00:00
parent f17e74945f
commit 86a374f31b

View file

@ -1539,7 +1539,7 @@ float(entity e) EF_GlowColor =
{
if (te.owner == e && (te.goal_activation & TFGI_GLOW))
{
ret |= EF_GlowColor (e);
ret |= EF_GlowColor (te);
}
te = find(te, classname, "item_tfgoal");