mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- removed redundant call to S_StopAllChannels()
It's the first thing that S_ClearSoundData() does anyway
This commit is contained in:
parent
f1a0345c57
commit
47305a740f
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue