This should stomp the last of the invisible entity bugs.

This commit is contained in:
Forest Hale 2000-07-03 00:34:20 +00:00
parent 50fec20142
commit fff8ccb2c3
3 changed files with 24 additions and 14 deletions

View file

@ -798,7 +798,7 @@ void CL_ParseStatic (void)
// LordHavoc: make static entities visible
ent->alpha = 1;
ent->scale = 16;
ent->scale = 1;
ent->glowsize = 0;
ent->glowcolor = 254;
ent->colormod[0] = ent->colormod[1] = ent->colormod[2] = 1;