- removed redundant call to S_StopAllChannels()

It's the first thing that S_ClearSoundData() does anyway
This commit is contained in:
alexey.lysiuk 2019-12-09 15:40:40 +02:00 committed by drfrag
parent bd80a16312
commit fbe696935d

View file

@ -2908,7 +2908,6 @@ void D_Cleanup()
// Music and sound should be stopped first
S_StopMusic(true);
S_StopAllChannels ();
S_ClearSoundData();
S_UnloadReverbDef();
G_ClearMapinfo();