QTfrontend/SDLs.cpp
changeset 1527 4a610e970b66
parent 1387 c809c536a58f
child 1684 b3f4ec08f0a4
--- a/QTfrontend/SDLs.cpp	Thu Dec 04 21:15:01 2008 +0000
+++ b/QTfrontend/SDLs.cpp	Thu Dec 04 21:17:03 2008 +0000
@@ -60,7 +60,7 @@
 void SDLInteraction::StartMusic()
 {
 	if (!music)
-		music = Mix_LoadMUS(QString(datadir->absolutePath() + "/Music/main theme.ogg").toAscii().constData());
+		music = Mix_LoadMUS(QString(datadir->absolutePath() + "/Music/main theme.ogg").toLocal8Bit().constData());
 
 	Mix_FadeInMusic(music, -1, 3000);
 }