This commit is contained in:
doitux
2007-06-03 11:46:12 +00:00
parent 698f28722c
commit 367163b289
+1 -1
View File
@@ -16,7 +16,7 @@
using namespace std;
SDLPlayer::SDLPlayer()
: currentChannel(0), soundData(NULL)
: soundData(NULL), currentChannel(0)
{
initAudio();
}