Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 84a5a692768079a7dd5ef8d15cf85699 > files > 2

BlockOutII-2.4-1mdv2010.0.src.rpm

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