Home
last modified time | relevance | path

Searched refs:lung_capacity (Results 1 – 6 of 6) sorted by relevance

/dports/games/edge/Edge-1.35-source/ddf/
H A Dthing.cc186 DF("LUNG_CAPACITY", lung_capacity, DDF_MainGetTime),
1837 lung_capacity = src.lung_capacity; in CopyDetail()
1965 lung_capacity = 20 * TICRATE; in Default()
H A Dthing.h839 int lung_capacity; variable
/dports/games/edge/Edge-1.35-source/src/
H A Dvm_player.cc295 ui_player_who->mo->info->lung_capacity; in PL_air_in_lungs()
H A Dp_spec.cc1579 (player->mo->info->lung_capacity - player->mo->info->gasp_start)) in P_PlayerInSpecialSector()
1589 player->air_in_lungs = player->mo->info->lung_capacity; in P_PlayerInSpecialSector()
H A Dp_user.cc1043 p->air_in_lungs = info->lung_capacity; in P_GiveInitialBenefits()
H A Dp_inter.cc441 pu->player->air_in_lungs = pu->player->mo->info->lung_capacity; in GivePower()