mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
Fixed up Endy's EXTEND support - everything should work now.
This commit is contained in:
parent
99836b2862
commit
968efda8ed
7 changed files with 181 additions and 63 deletions
|
@ -129,6 +129,12 @@ void SV_CreateBaseline (void)
|
|||
svent->baseline.modelindex =
|
||||
SV_ModelIndex(PR_GetString(svent->v.model));
|
||||
}
|
||||
// LordHavoc: setup baseline to include new effects
|
||||
svent->baseline.alpha = 255;
|
||||
svent->baseline.scale = 16;
|
||||
svent->baseline.glowsize = 0;
|
||||
svent->baseline.glowcolor = 254;
|
||||
svent->baseline.colormap = 255;
|
||||
|
||||
//
|
||||
// flush the signon message out to a seperate buffer if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue