Skip to content

Commit

Permalink
- removed redundant call to S_StopAllChannels()
Browse files Browse the repository at this point in the history
It's the first thing that S_ClearSoundData() does anyway
  • Loading branch information
alexey-lysiuk committed Dec 9, 2019
1 parent f1a0345 commit 47305a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/d_main.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 47305a7

Please sign in to comment.