mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
A number
This commit is contained in:
parent
2a26f456d4
commit
5f3512546b
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…
Add table
Reference in a new issue