Home
last modified time | relevance | path

Searched refs:heat_start (Results 1 – 3 of 3) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dpilot_heat.c85 o->heat_start = CONST_SPACE_STAR_TEMP; /* For cooldown purposes. */ in pilot_heatCalcSlot()
251 p->heat_T = p->heat_start - CONST_SPACE_STAR_TEMP - (p->heat_start - in pilot_heatUpdateCooldown()
256 o->heat_T = o->heat_start - CONST_SPACE_STAR_TEMP - (o->heat_start - in pilot_heatUpdateCooldown()
H A Dpilot.h178 double heat_start; /**< Slot heat at the beginning of a cooldown period. */ member
340 double heat_start; /**< Temperature at the start of a cooldown. */ member
H A Dpilot.c874 o->heat_start = o->heat_T; in pilot_cooldown()
897 p->heat_start = p->heat_T; in pilot_cooldown()