Fixed sound using streams.

This commit is contained in:
lotodore
2007-06-03 10:03:54 +00:00
parent 2623d43290
commit 03bffdbc76
3 changed files with 28 additions and 29 deletions
+1
View File
@@ -47,6 +47,7 @@ private:
int audio_channels;
int audio_buffers;
Mix_Chunk *sound;
Uint8 *soundData;
int currentChannel;
};