This commit is contained in:
parent
b19db66ed5
commit
a981397d1b
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ void CPlayerModeBase::playerHasHitGround()
|
||||||
setState(STATE_HITGROUND);
|
setState(STATE_HITGROUND);
|
||||||
m_player->takeDamage(DAMAGE__FALL,REACT__NO_REACTION);
|
m_player->takeDamage(DAMAGE__FALL,REACT__NO_REACTION);
|
||||||
moveVel.vx=0;
|
moveVel.vx=0;
|
||||||
|
CGameScene::setCameraShake(0,8);
|
||||||
}
|
}
|
||||||
else if(moveVel.vx)
|
else if(moveVel.vx)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue