fixing many destruktors

This commit is contained in:
doitux
2010-07-13 21:27:04 +00:00
parent 7213e10ba8
commit 3f06af6194
8 changed files with 13 additions and 26 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ using namespace std;
SDLPlayer::SDLPlayer(ConfigFile *c)
: soundData(NULL), currentChannel(0) , audioEnabled(0), myConfig(c)
{
SDL_Init(SDL_INIT_AUDIO);
initAudio();
SDL_Init(SDL_INIT_AUDIO);
initAudio();
myAppDataPath = QString::fromUtf8(myConfig->readConfigString("AppDataDir").c_str());
}