reset on end of song

This commit is contained in:
tildearrow 2021-12-14 13:16:35 -05:00
parent 28a9d2c4a3
commit 004e8341c2

View file

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