mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
This should stomp the last of the invisible entity bugs.
This commit is contained in:
parent
50fec20142
commit
fff8ccb2c3
3 changed files with 24 additions and 14 deletions
|
@ -359,9 +359,10 @@ entity_t *CL_NewTempEntity (void)
|
|||
|
||||
ent->colormap = vid.colormap;
|
||||
// LordHavoc: Endy had neglected to do this as part of the QSG VERSION 2 stuff
|
||||
ent->glowsize = 0;
|
||||
ent->glowcolor = 254;
|
||||
ent->alpha = 1;
|
||||
ent->glowsize = 0;
|
||||
ent->glowcolor = 254;
|
||||
ent->alpha = 1;
|
||||
ent->scale = 1;
|
||||
ent->colormod[0] = ent->colormod[1] = ent->colormod[2] = 1;
|
||||
return ent;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue