mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
SW: Don't restart the music when loading a save playing the same track
git-svn-id: https://svn.eduke32.com/eduke32@8627 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/sw/src/game.cpp # source/sw/src/save.cpp
This commit is contained in:
parent
5d475c2788
commit
9269295102
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ TerminateLevel(void)
|
|||
// Clear the tracks
|
||||
memset(Track, 0, sizeof(Track));
|
||||
|
||||
StopSound();
|
||||
StopFX();
|
||||
|
||||
// Clear all anims and any memory associated with them
|
||||
// Clear before killing sprites - save a little time
|
||||
|
|
Loading…
Reference in a new issue