fix some glitches
This commit is contained in:
parent
bacf57bb65
commit
79fe54d4b6
2 changed files with 3 additions and 3 deletions
|
|
@ -859,7 +859,7 @@ void DivEngine::nextRow() {
|
|||
changeOrd=-1;
|
||||
}
|
||||
if (haltOn==DIV_HALT_PATTERN) halted=true;
|
||||
} else if (++curRow>=song.patLen) {
|
||||
} else if (playing) if (++curRow>=song.patLen) {
|
||||
nextOrder();
|
||||
if (haltOn==DIV_HALT_PATTERN) halted=true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue