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