diff --git a/src/p_user.c b/src/p_user.c index 9e811dc01..0b7325695 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -4238,6 +4238,7 @@ void P_PlayerThink(player_t *player) // Track airtime if (P_IsObjectOnGround(player->mo) + && !(player->pflags & PF_FAULT) && !P_PlayerInPain(player)) // This isn't airtime, but it's control loss all the same. { player->lastairtime = player->airtime;