Home
last modified time | relevance | path

Searched refs:maximum_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.cpp1298 object *minimum_object_ptr, *maximum_object_ptr, *nearest_object_ptr; in select_next_target_by_distance() local
1299 minimum_object_ptr = maximum_object_ptr = nearest_object_ptr = NULL; in select_next_target_by_distance()
1387 maximum_object_ptr = prospective_victim_ptr; in select_next_target_by_distance()
1419 if (maximum_object_ptr != NULL) { in select_next_target_by_distance()
1420 nearest_object_ptr = maximum_object_ptr; in select_next_target_by_distance()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp1299 object *minimum_object_ptr, *maximum_object_ptr, *nearest_object_ptr; in select_next_target_by_distance() local
1300 minimum_object_ptr = maximum_object_ptr = nearest_object_ptr = NULL; in select_next_target_by_distance()
1378 maximum_object_ptr = prospective_victim_ptr; in select_next_target_by_distance()
1408 if ( maximum_object_ptr != NULL ) { in select_next_target_by_distance()
1409 nearest_object_ptr = maximum_object_ptr; in select_next_target_by_distance()