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;
|
||||
curSpeed=0;
|
||||
endOfSong=false;
|
||||
stepPlay=0;
|
||||
ticks=0;
|
||||
tempoAccum=0;
|
||||
curRow=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue