fixed audio playing - dirty way

This commit is contained in:
h4570
2021-02-06 18:45:03 +01:00
parent 35fc8aea73
commit 4146df48a9
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -126,6 +126,7 @@ public:
private:
u8 songLoaded, volume, realVolume, songPlaying, songInLoop, songFinished;
u8 hack; // TODO
std::vector<AudioListenerRef *> songListeners;
FILE *wav;
audsrv_fmt_t format;