mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix team colors in glsl for nq.
I forgot to ensure Skin_Init was called in nq. Doing things with texture 0 doesn't work too well.
This commit is contained in:
parent
4d66fc175a
commit
fb2568e681
1 changed files with 2 additions and 0 deletions
|
@ -526,6 +526,8 @@ CL_Init (cbuf_t *cbuf)
|
|||
Sbar_Init ();
|
||||
IN_Init ();
|
||||
|
||||
Skin_Init ();
|
||||
|
||||
CL_SetState (ca_disconnected);
|
||||
SZ_Alloc (&cls.message, 1024);
|
||||
|
||||
|
|
Loading…
Reference in a new issue