mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
Fixed skin command bug. Win32 guys want skins too!
This commit is contained in:
parent
19f03a4c26
commit
f9e5db9aee
1 changed files with 1 additions and 0 deletions
|
@ -1690,6 +1690,7 @@ Host_Init (void)
|
||||||
cls.state = ca_disconnected;
|
cls.state = ca_disconnected;
|
||||||
CDAudio_Init ();
|
CDAudio_Init ();
|
||||||
Sbar_Init ();
|
Sbar_Init ();
|
||||||
|
Skin_Init ();
|
||||||
CL_Init ();
|
CL_Init ();
|
||||||
IN_Init ();
|
IN_Init ();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue