Fixed ECM halo effect.
This commit is contained in:
parent
de3dde7211
commit
7656957dd6
|
@ -427,6 +427,8 @@ void addECMEffect(Entity *ent)
|
|||
e->g = 128 + (i * 64);
|
||||
e->b = 255;
|
||||
e->a = 255;
|
||||
|
||||
e->health = 255;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue