mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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:
parent
e5dfb6f42b
commit
a2c975bf30
1 changed files with 1 additions and 0 deletions
|
@ -2755,6 +2755,7 @@ CCMD (stopmus)
|
||||||
PlayList = NULL;
|
PlayList = NULL;
|
||||||
}
|
}
|
||||||
S_StopMusic (false);
|
S_StopMusic (false);
|
||||||
|
LastSong = ""; // forget the last played song so that it won't get restarted if some volume changes occur
|
||||||
}
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue