don't stop the song until it has been loaded

This commit is contained in:
tildearrow 2021-12-20 14:20:05 -05:00
parent f24493efb6
commit 548fa2ad73
3 changed files with 11 additions and 5 deletions

View file

@ -72,6 +72,7 @@ class DivEngine {
TAAudio* output;
TAAudioDesc want, got;
int chans;
bool active;
bool playing;
bool speedAB;
bool endOfSong;
@ -267,6 +268,7 @@ class DivEngine {
DivEngine():
chans(0),
active(false),
playing(false),
speedAB(false),
endOfSong(false),