oops.. didn't realize that there was an #ifdef __linux__ around the call to s_init

This commit is contained in:
Thad Ward 2000-05-14 06:20:41 +00:00
parent 96664f63e7
commit b0ced49de7

View file

@ -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 ();