This commit is contained in:
Paul 2001-07-02 18:06:38 +00:00
parent 2f804ee307
commit f5d2227ceb
7 changed files with 3 additions and 1 deletions

View file

@ -74,7 +74,7 @@ void CPlayerStateJumpBack::enter(CPlayerModeBase *_playerMode)
if(_playerMode->getState()!=STATE_JUMPBACK)
{
m_reactFrames=0;
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_JUMP);
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_OUCH);
}
_playerMode->jumpback();