fix erroneous "the song is over!"

when loading another song after step play
This commit is contained in:
tildearrow 2023-09-10 03:00:55 -05:00
parent 9362f898ee
commit 52b071aa6b

View file

@ -3393,6 +3393,7 @@ void DivEngine::quitDispatch() {
playing=false; playing=false;
curSpeed=0; curSpeed=0;
endOfSong=false; endOfSong=false;
stepPlay=0;
ticks=0; ticks=0;
tempoAccum=0; tempoAccum=0;
curRow=0; curRow=0;