mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
- fixed: Stopping music did not clear the variable used to restart the last played song.
SVN r2369 (trunk)
This commit is contained in:
parent
b2cef54d72
commit
32f3d00514
1 changed files with 1 additions and 0 deletions
|
@ -2328,6 +2328,7 @@ bool S_ChangeMusic (const char *musicname, int order, bool looping, bool force)
|
|||
// Don't choke if the map doesn't have a song attached
|
||||
S_StopMusic (true);
|
||||
mus_playing.name = "";
|
||||
LastSong = "";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue