This commit is contained in:
Paul 2001-04-18 22:39:51 +00:00
parent 98c55b14f4
commit bfeef1bce5
4 changed files with 1 additions and 14 deletions

View file

@ -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)
{