This commit is contained in:
parent
940a845ff9
commit
b839407cab
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ static const int s_blowBubbleCount=sizeof(s_blowBubbleSfx)/sizeof(CPlayer::AnimF
|
||||||
// ANIM_PLAYER_ANIM_BUTTBOUNCEEND
|
// ANIM_PLAYER_ANIM_BUTTBOUNCEEND
|
||||||
static const CPlayer::AnimFrameSfx s_buttBounceEndSfx[]=
|
static const CPlayer::AnimFrameSfx s_buttBounceEndSfx[]=
|
||||||
{
|
{
|
||||||
{ 0, CSoundMediator::SFX_SPONGEBOB_BUTTBOUNCE, },
|
{ 1, CSoundMediator::SFX_SPONGEBOB_BUTTBOUNCE, },
|
||||||
};
|
};
|
||||||
static const int s_buttBounceEndCount=sizeof(s_buttBounceEndSfx)/sizeof(CPlayer::AnimFrameSfx);
|
static const int s_buttBounceEndCount=sizeof(s_buttBounceEndSfx)/sizeof(CPlayer::AnimFrameSfx);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue