From 5200fb3428c64b66374a28df27b9087b06f35b1d Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 12 May 2005 18:55:32 +0000 Subject: [PATCH] clear sounds before shutting down git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5273 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.2