fix song stop screwing everything up
This commit is contained in:
parent
9f2cb1450f
commit
6ed50d717c
3 changed files with 20 additions and 9 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue