- fixed: Stopping music did not clear the variable used to restart the last played song.

SVN r2369 (trunk)
This commit is contained in:
Christoph Oelckers 2010-06-13 10:24:56 +00:00
parent b2cef54d72
commit 32f3d00514

View file

@ -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;
}