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