reset on end of song

This commit is contained in:
tildearrow 2021-12-14 13:16:35 -05:00
parent 28a9d2c4a3
commit 004e8341c2
1 changed files with 4 additions and 0 deletions

View File

@ -675,6 +675,10 @@ bool DivEngine::nextTick() {
if (--ticks<=0) {
ret=endOfSong;
if (endOfSong) {
reset();
}
endOfSong=false;
nextRow();
}
// process stuff