mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
oops.. didn't realize that there was an #ifdef __linux__ around the call to s_init
This commit is contained in:
parent
96664f63e7
commit
b0ced49de7
1 changed files with 2 additions and 0 deletions
|
@ -1488,6 +1488,8 @@ void Host_Init (quakeparms_t *parms)
|
|||
SCR_Init ();
|
||||
R_Init ();
|
||||
|
||||
S_Init (); // S_Init is now done as part of VID. Sigh.
|
||||
|
||||
cls.state = ca_disconnected;
|
||||
CDAudio_Init ();
|
||||
Sbar_Init ();
|
||||
|
|
Loading…
Reference in a new issue