This commit is contained in:
Charles 2001-07-24 19:08:19 +00:00
parent af8fae513a
commit 26a332ba7e
2 changed files with 2 additions and 2 deletions

View file

@ -1740,7 +1740,7 @@ void CPlayer::setAnimNo(int _animNo)
void CPlayer::springPlayerUp(int _springHeight)
{
m_currentPlayerModeClass->springPlayerUp(_springHeight);
CSoundMediator::playSfx( CSoundMediator::SFX_BALL_BLOB_ATTACK );
CSoundMediator::playSfx( CSoundMediator::SFX_BOUNCY_PLATFORM );
}
/*----------------------------------------------------------------------