This commit is contained in:
parent
98c55b14f4
commit
bfeef1bce5
4 changed files with 1 additions and 14 deletions
|
@ -442,7 +442,6 @@ void CPlayerModeBase::playerHasHitGround()
|
|||
setState(STATE_HITGROUND);
|
||||
m_player->takeDamage(DAMAGE__FALL);
|
||||
m_moveVelocity.vx=0;
|
||||
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_LAND_AFTER_FALL);
|
||||
}
|
||||
else if(m_moveVelocity.vx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue