This commit is contained in:
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.
|
@ -74,7 +74,7 @@ void CPlayerStateJumpBack::enter(CPlayerModeBase *_playerMode)
|
||||||
if(_playerMode->getState()!=STATE_JUMPBACK)
|
if(_playerMode->getState()!=STATE_JUMPBACK)
|
||||||
{
|
{
|
||||||
m_reactFrames=0;
|
m_reactFrames=0;
|
||||||
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_JUMP);
|
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_OUCH);
|
||||||
}
|
}
|
||||||
|
|
||||||
_playerMode->jumpback();
|
_playerMode->jumpback();
|
||||||
|
|
|
@ -277,6 +277,7 @@ static SFXDETAILS s_sfxDetails[CSoundMediator::NUM_SFXIDS]=
|
||||||
{ 1, 120, 0 }, // SFX_CLAM_SNAP
|
{ 1, 120, 0 }, // SFX_CLAM_SNAP
|
||||||
{ 1, 121, 0 }, // SFX_CAR_START
|
{ 1, 121, 0 }, // SFX_CAR_START
|
||||||
{ 1, 122, 0 }, // CAR_SLOW_DOWN
|
{ 1, 122, 0 }, // CAR_SLOW_DOWN
|
||||||
|
{ 1, 123, 0 }, // SFX_SPONGEBOB_OUCH
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -148,6 +148,7 @@ public:
|
||||||
SFX_ACORN_FALL, SFX_ACORN_BOUNCE,
|
SFX_ACORN_FALL, SFX_ACORN_BOUNCE,
|
||||||
SFX_CLAM_SNAP,
|
SFX_CLAM_SNAP,
|
||||||
SFX_CAR_START, CAR_SLOW_DOWN,
|
SFX_CAR_START, CAR_SLOW_DOWN,
|
||||||
|
SFX_SPONGEBOB_OUCH,
|
||||||
|
|
||||||
NUM_SFXIDS
|
NUM_SFXIDS
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue