1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove useless log

Note that the music is not working with emscripten.
I think that it related to OGG because WAV are working.
This commit is contained in:
Mathieu Schroeter 2018-07-21 17:41:50 +02:00
parent a40ef7d3f8
commit a6196851fc

View File

@ -349,7 +349,7 @@ CSound::PlayMusic (const std::string & lpszMIDIFilename)
if (m_pMusic)
Mix_FreeMusic (m_pMusic);
SDL_Log(lpszMIDIFilename.c_str());
std::string absolute;
if (FileExists (lpszMIDIFilename, absolute, Location::LOCATION_ABSOLUTE))
m_pMusic = Mix_LoadMUS (lpszMIDIFilename.c_str ());