From 367163b2895384ac2708c11bb4c85638fc7dd377 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 3 Jun 2007 11:46:12 +0000 Subject: [PATCH] --- src/gui/qt/sound/sdlplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/sound/sdlplayer.cpp b/src/gui/qt/sound/sdlplayer.cpp index 35634eb7..939115b9 100644 --- a/src/gui/qt/sound/sdlplayer.cpp +++ b/src/gui/qt/sound/sdlplayer.cpp @@ -16,7 +16,7 @@ using namespace std; SDLPlayer::SDLPlayer() -: currentChannel(0), soundData(NULL) +: soundData(NULL), currentChannel(0) { initAudio(); }