Fixed ECM halo effect.

This commit is contained in:
Steve 2016-02-15 15:23:51 +00:00
parent de3dde7211
commit 7656957dd6
1 changed files with 2 additions and 0 deletions

View File

@ -427,6 +427,8 @@ void addECMEffect(Entity *ent)
e->g = 128 + (i * 64);
e->b = 255;
e->a = 255;
e->health = 255;
}
}