- 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
parent f1a0345c57
commit 47305a740f
1 changed files with 0 additions and 1 deletions

View File

@ -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();