fix erroneous "the song is over!"
when loading another song after step play
This commit is contained in:
parent
9362f898ee
commit
52b071aa6b
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue