Bugfix: removed incorrect !.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2659 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
adad9ac285
commit
22d027ed5f
@ -678,7 +678,7 @@ void Kart::crashed(Kart *k)
|
||||
{
|
||||
// In case that the sfx is longer than 0.5 seconds, only play it if
|
||||
// it's not already playing.
|
||||
if(!m_crash_sound->getStatus() != SFXManager::SFX_PLAYING)
|
||||
if(m_crash_sound->getStatus() != SFXManager::SFX_PLAYING)
|
||||
m_crash_sound->play();
|
||||
m_bounce_back_time = 0.1f;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user