mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 08:01:20 +00:00
parent
41316860a5
commit
bd95a76a48
1 changed files with 5 additions and 1 deletions
|
@ -1164,7 +1164,11 @@ void DivEngine::nextRow() {
|
|||
}
|
||||
if (haltOn==DIV_HALT_PATTERN) halted=true;
|
||||
} else if (playing) if (++curRow>=curSubSong->patLen) {
|
||||
nextOrder();
|
||||
if (shallStopSched) {
|
||||
curRow=curSubSong->patLen-1;
|
||||
} else {
|
||||
nextOrder();
|
||||
}
|
||||
if (haltOn==DIV_HALT_PATTERN) halted=true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue