- fixed: stommus CCMD did not clear the last played song so it got restarted if a volume change occured

SVN r3710 (trunk)
This commit is contained in:
Christoph Oelckers 2012-06-24 12:38:23 +00:00
parent e5dfb6f42b
commit a2c975bf30
1 changed files with 1 additions and 0 deletions

View File

@ -2755,6 +2755,7 @@ CCMD (stopmus)
PlayList = NULL;
}
S_StopMusic (false);
LastSong = ""; // forget the last played song so that it won't get restarted if some volume changes occur
}
//==========================================================================