Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.cpp14497 bool hull_ok = false; in ship_do_rearm_frame() local
14499 hull_ok = true; in ship_do_rearm_frame()
14502 hull_ok = true; in ship_do_rearm_frame()
14504 hull_ok = true; in ship_do_rearm_frame()
14508 … && (The_mission.flags[Mission::Mission_Flags::Support_repairs_hull]) && hull_ok ) || (subsys_all_… in ship_do_rearm_frame()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dship.cpp13173 int hull_ok = 0; in ship_do_rearm_frame() local
13175 hull_ok = 1; in ship_do_rearm_frame()
13179 hull_ok = 1; in ship_do_rearm_frame()
13183 …ields_full && (The_mission.flags & MISSION_FLAG_SUPPORT_REPAIRS_HULL) && hull_ok ) || (subsys_all_… in ship_do_rearm_frame()