]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Lots of minor fixes and improvements to the sound engine, plus a few more important...
[xonotic/darkplaces.git] / cl_main.c
index 1fef3ceab0b38eac23c5aa85fe9dd0147d52c38c..6151d0199e74e6aa4d1b7ffac6226f2c731ccc22 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -170,7 +170,7 @@ void CL_Disconnect(void)
        Con_DPrintf("CL_Disconnect\n");
 
 // stop sounds (especially looping!)
-       S_StopAllSounds (true);
+       S_StopAllSounds ();
 
        // clear contents blends
        cl.cshifts[0].percent = 0;