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