This commit is contained in:
parent
3de0332396
commit
759dafc875
3 changed files with 55 additions and 19 deletions
|
@ -433,6 +433,9 @@ void CPlayerModeBase::playerHasHitGround()
|
|||
moveVel=*m_player->getMoveVelocity();
|
||||
moveVel.vy=0;
|
||||
m_fallFrames=0;
|
||||
|
||||
m_player->setLockoutPlatform( NULL );
|
||||
|
||||
if(m_currentState==STATE_BUTTFALL)
|
||||
{
|
||||
// Landed from a butt bounce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue