From b0ced49de7f2480014d4dd1150c202ee596abea7 Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Sun, 14 May 2000 06:20:41 +0000 Subject: [PATCH] oops.. didn't realize that there was an #ifdef __linux__ around the call to s_init --- source/cl_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/cl_main.c b/source/cl_main.c index 62f80f1..e90888e 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -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 ();