Fixing compiler warning.

This commit is contained in:
lotodore
2012-09-02 10:08:39 +02:00
parent 60eaccaa5b
commit 0084728167
+1 -1
View File
@@ -29,7 +29,7 @@ using namespace std;
SDLPlayer::SDLPlayer(ConfigFile *c)
#ifndef ANDROID
: soundData(NULL), currentChannel(0) , audioEnabled(0), myConfig(c), sound(NULL)
: sound(NULL), soundData(NULL), currentChannel(0) , audioEnabled(0), myConfig(c)
#endif
{
myAppDataPath = QString::fromUtf8(myConfig->readConfigString("AppDataDir").c_str());