mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-25 21:31:28 +00:00
SERVER: Fix Mystery Box glow not being fullbright
This commit is contained in:
parent
f5eb808de8
commit
c5f47fb9a3
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ void() findboxspot =
|
||||||
setmodel(g, mystery_box_glow_model);
|
setmodel(g, mystery_box_glow_model);
|
||||||
setorigin(g,newspot.origin);
|
setorigin(g,newspot.origin);
|
||||||
g.angles = newspot.angles;
|
g.angles = newspot.angles;
|
||||||
|
g.effects = EF_FULLBRIGHT;
|
||||||
|
|
||||||
#ifdef FTE
|
#ifdef FTE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue