cf8e93c
diff -up BlockOutII-2.3/BlockOut_GL/SoundManager.cpp~ BlockOutII-2.3/BlockOut_GL/SoundManager.cpp
cf8e93c
--- BlockOutII-2.3/BlockOut_GL/SoundManager.cpp~	2007-11-25 23:13:00.000000000 +0100
cf8e93c
+++ BlockOutII-2.3/BlockOut_GL/SoundManager.cpp	2007-11-25 23:13:00.000000000 +0100
cf8e93c
@@ -142,7 +142,7 @@ void SoundManager::PlayHit() {
cf8e93c
 void SoundManager::PlayMusic() {
cf8e93c
 
cf8e93c
   if( creditsMusic==NULL ) {
cf8e93c
-    creditsMusic = Mix_LoadMUS( LID("sounds/music.mp3") );
cf8e93c
+    creditsMusic = Mix_LoadMUS( LID("sounds/music.ogg") );
cf8e93c
     if( !creditsMusic ) {
cf8e93c
       printf("Music cannot be played: %s\n",SDL_GetError());
cf8e93c
       return;