From 47305a740ffa394539b33657032387753fe16f33 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 9 Dec 2019 15:40:40 +0200 Subject: [PATCH] - removed redundant call to S_StopAllChannels() It's the first thing that S_ClearSoundData() does anyway --- src/d_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index 73cc1927a..881825a20 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -2914,7 +2914,6 @@ void D_Cleanup() // Music and sound should be stopped first S_StopMusic(true); - S_StopAllChannels (); S_ClearSoundData(); S_UnloadReverbDef(); G_ClearMapinfo();