better loop tracking
This commit is contained in:
parent
8d8f26d4f7
commit
5523a43804
3 changed files with 21 additions and 9 deletions
|
|
@ -697,7 +697,7 @@ bool DivEngine::nextTick() {
|
|||
if (--ticks<=0) {
|
||||
ret=endOfSong;
|
||||
if (endOfSong) {
|
||||
reset();
|
||||
playSub(true);
|
||||
}
|
||||
endOfSong=false;
|
||||
nextRow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue