This commit is contained in:
parent
a83d9e3833
commit
7b796200df
6 changed files with 21 additions and 3 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue