mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
fix erroneous "the song is over!"
when loading another song after step play
This commit is contained in:
parent
9362f898ee
commit
52b071aa6b
1 changed files with 1 additions and 0 deletions
|
@ -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