don't stop the song until it has been loaded
This commit is contained in:
parent
f24493efb6
commit
548fa2ad73
3 changed files with 11 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue