diff --git a/source/player/panimsfx.cpp b/source/player/panimsfx.cpp index 09952ffeb..9fa4c170c 100644 --- a/source/player/panimsfx.cpp +++ b/source/player/panimsfx.cpp @@ -57,7 +57,7 @@ static const int s_blowBubbleCount=sizeof(s_blowBubbleSfx)/sizeof(CPlayer::AnimF // ANIM_PLAYER_ANIM_BUTTBOUNCEEND 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);