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:
parent
a40ef7d3f8
commit
a6196851fc
@ -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 ());
|
||||
|
Loading…
x
Reference in New Issue
Block a user