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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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();

View File

@ -277,6 +277,7 @@ static SFXDETAILS s_sfxDetails[CSoundMediator::NUM_SFXIDS]=
{ 1, 120, 0 }, // SFX_CLAM_SNAP
{ 1, 121, 0 }, // SFX_CAR_START
{ 1, 122, 0 }, // CAR_SLOW_DOWN
{ 1, 123, 0 }, // SFX_SPONGEBOB_OUCH
};

View File

@ -148,6 +148,7 @@ public:
SFX_ACORN_FALL, SFX_ACORN_BOUNCE,
SFX_CLAM_SNAP,
SFX_CAR_START, CAR_SLOW_DOWN,
SFX_SPONGEBOB_OUCH,
NUM_SFXIDS
};