better loop tracking

This commit is contained in:
tildearrow 2021-12-21 02:02:25 -05:00
parent 8d8f26d4f7
commit 5523a43804
3 changed files with 21 additions and 9 deletions

View file

@ -697,7 +697,7 @@ bool DivEngine::nextTick() {
if (--ticks<=0) {
ret=endOfSong;
if (endOfSong) {
reset();
playSub(true);
}
endOfSong=false;
nextRow();