This commit is contained in:
Charles 2001-07-23 21:43:57 +00:00
parent a83d9e3833
commit 7b796200df
6 changed files with 21 additions and 3 deletions

View file

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