fix song stop screwing everything up

This commit is contained in:
tildearrow 2022-09-29 00:27:40 -05:00
parent 9f2cb1450f
commit 6ed50d717c
3 changed files with 20 additions and 9 deletions

View file

@ -327,6 +327,7 @@ class DivEngine {
bool lowQuality;
bool playing;
bool freelance;
bool shallStop;
bool speedAB;
bool endOfSong;
bool consoleMode;
@ -998,6 +999,7 @@ class DivEngine {
lowQuality(false),
playing(false),
freelance(false),
shallStop(false),
speedAB(false),
endOfSong(false),
consoleMode(false),