fix song stopping too early
This commit is contained in:
parent
b073368b21
commit
a8def55d56
3 changed files with 12 additions and 4 deletions
|
|
@ -328,7 +328,7 @@ class DivEngine {
|
|||
bool lowQuality;
|
||||
bool playing;
|
||||
bool freelance;
|
||||
bool shallStop;
|
||||
bool shallStop, shallStopSched;
|
||||
bool speedAB;
|
||||
bool endOfSong;
|
||||
bool consoleMode;
|
||||
|
|
@ -1017,6 +1017,7 @@ class DivEngine {
|
|||
playing(false),
|
||||
freelance(false),
|
||||
shallStop(false),
|
||||
shallStopSched(false),
|
||||
speedAB(false),
|
||||
endOfSong(false),
|
||||
consoleMode(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue