fix song stopping too early

This commit is contained in:
tildearrow 2022-10-22 03:46:39 -05:00
parent b073368b21
commit a8def55d56
3 changed files with 12 additions and 4 deletions

View file

@ -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),