This commit is contained in:
mazmazz 2018-09-09 20:51:08 -04:00
parent 3b39895e4f
commit 7a3eb31b57
1 changed files with 1 additions and 1 deletions

View File

@ -5974,7 +5974,7 @@ static void P_DoNiGHTSCapsule(player_t *player)
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->momz = 0;