moved floors audio logic from audio class

This commit is contained in:
Sandro Sobczyński
2020-11-04 22:33:16 +01:00
parent efe34c677d
commit 1757ef67dc
7 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ private:
void loadModules();
void initAUDSRV();
int ret, played;
int ret;
char chunk[2048];
FILE *wav;
audsrv_fmt_t format;