Home
last modified time | relevance | path

Searched refs:current_target_arrived_time (Results 1 – 2 of 2) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp1638 uint current_target_arrived_time = 0xffffffff, newest_time = 0; in hud_target_newest_ship() local
1643 current_target_arrived_time = Ships[player_target_objp->instance].create_time; in hud_target_newest_ship()
1651 current_target_arrived_time = 0xffffffff; in hud_target_newest_ship()
1676 …if ( (shipp->create_time >= newest_time) && (shipp->create_time <= current_target_arrived_time) ) { in hud_target_newest_ship()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp1627 uint current_target_arrived_time = 0xffffffff, newest_time = 0; in hud_target_newest_ship() local
1632 current_target_arrived_time = Ships[player_target_objp->instance].create_time; in hud_target_newest_ship()
1640 current_target_arrived_time = 0xffffffff; in hud_target_newest_ship()
1665 …if ( (shipp->create_time >= newest_time) && (shipp->create_time <= current_target_arrived_time) ) { in hud_target_newest_ship()