possible fix to #1356
This commit is contained in:
parent
a79c82033c
commit
741d350fe2
5 changed files with 9 additions and 12 deletions
|
|
@ -4417,8 +4417,12 @@ void DivEngine::updateSysFlags(int system, bool restart) {
|
|||
saveLock.unlock();
|
||||
}
|
||||
|
||||
if (restart && isPlaying()) {
|
||||
playSub(false);
|
||||
if (restart) {
|
||||
if (isPlaying()) {
|
||||
playSub(false);
|
||||
} else if (freelance) {
|
||||
reset();
|
||||
}
|
||||
}
|
||||
BUSY_END;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue