mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-21 17:00:59 +00:00
A number
This commit is contained in:
parent
3b39895e4f
commit
7a3eb31b57
1 changed files with 1 additions and 1 deletions
|
@ -5974,7 +5974,7 @@ static void P_DoNiGHTSCapsule(player_t *player)
|
||||||
player->mo->momy = 0;
|
player->mo->momy = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (abs(player->mo->z - (player->capsule->z+(player->capsule->height/3))) <= 2*FRACUNIT)
|
if (abs(player->mo->z - (player->capsule->z+(player->capsule->height/3))) <= 3*FRACUNIT)
|
||||||
{
|
{
|
||||||
player->mo->z = player->capsule->z+(player->capsule->height/3);
|
player->mo->z = player->capsule->z+(player->capsule->height/3);
|
||||||
player->mo->momz = 0;
|
player->mo->momz = 0;
|
||||||
|
|
Loading…
Reference in a new issue