mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
sys flags: don't play when song is stopped
This commit is contained in:
parent
4593e33064
commit
90a18611cd
1 changed files with 1 additions and 1 deletions
|
@ -2211,7 +2211,7 @@ void DivEngine::setSysFlags(int system, unsigned int flags, bool restart) {
|
|||
song.systemFlags[system]=flags;
|
||||
disCont[system].dispatch->setFlags(song.systemFlags[system]);
|
||||
disCont[system].setRates(got.rate);
|
||||
if (restart) {
|
||||
if (restart && isPlaying()) {
|
||||
playSub(false);
|
||||
}
|
||||
isBusy.unlock();
|
||||
|
|
Loading…
Reference in a new issue