Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp1321 ship_obj *ship_object_ptr; in select_next_target_by_distance() local
1324 …for (ship_object_ptr = GET_FIRST(&Ship_obj_list); ship_object_ptr != END_OF_LIST(&Ship_obj_list); in select_next_target_by_distance()
1325 prospective_victim_ptr = &Objects[ship_object_ptr->objnum]; in select_next_target_by_distance()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp1313 ship_obj *ship_object_ptr; in select_next_target_by_distance() local
1316 …for ( ship_object_ptr = GET_FIRST(&Ship_obj_list); ship_object_ptr != END_OF_LIST(&Ship_obj_list… in select_next_target_by_distance()
1317 prospective_victim_ptr = &Objects[ ship_object_ptr->objnum]; in select_next_target_by_distance()