Added FIXME

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5229 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2010-04-21 17:28:08 +00:00
parent 297f0cceb4
commit 84e8ea73e7

View File

@@ -44,6 +44,7 @@ MusicManager::MusicManager()
m_current_music= NULL;
setMasterMusicVolume(UserConfigParams::m_music_volume);
//FIXME: I'm not sure that this code goes here
ALCdevice* device = alcOpenDevice ( NULL ); //The default sound device
if( device == NULL )
{