From: havoc Date: Thu, 12 May 2005 18:55:32 +0000 (+0000) Subject: clear sounds before shutting down X-Git-Tag: xonotic-v0.1.0preview~4908 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5200fb3428c64b66374a28df27b9087b06f35b1d;p=xonotic%2Fdarkplaces.git clear sounds before shutting down git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5273 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host.c b/host.c index 0300386c..108db335 100644 --- a/host.c +++ b/host.c @@ -1067,6 +1067,9 @@ void Host_Shutdown(void) } isdown = true; + // be quiet while shutting down + S_StopAllSounds(); + // disconnect client from server if active CL_Disconnect();