Minor bugfix.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5534 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-06-22 06:34:37 +00:00
parent d3020e44ce
commit cc336fb007

View File

@ -387,7 +387,7 @@ SFXBase* SFXManager::createSoundSource(const std::string &name,
std::map<std::string, SFXBufferInfo>::iterator i = m_all_sfx_types.find(name);
if ( i == m_all_sfx_types.end() )
{
fprintf( stderr, "SFXManager::createSoundSource could not find the requested sound effect : '%s'\n", name);
fprintf( stderr, "SFXManager::createSoundSource could not find the requested sound effect : '%s'\n", name.c_str());
/*
std::map<std::string, SFXBufferInfo>::iterator it = m_all_sfx_types.begin();