Home
last modified time | relevance | path

Searched refs:total_humans (Results 1 – 5 of 5) sorted by relevance

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dmission.h78 int total_humans; member
H A Dsarfio.h299 int total_humans; /* Total humans that need rescue */ member
H A Dmissionio.c1826 objective->total_humans = 0; in SARMissionLoadFromFile()
1981 objective->total_humans = in SARMissionLoadFromFile()
1982 p_mission_humans_tally->total_humans; in SARMissionLoadFromFile()
1987 if(objective->humans_need_rescue > objective->total_humans) in SARMissionLoadFromFile()
1988 objective->humans_need_rescue = objective->total_humans; in SARMissionLoadFromFile()
H A Dsarfioopen.c770 pv->total_humans = ATOI(cstrptr); in SARParmLoadFromFileIterate()
772 if(pv->humans_need_rescue < pv->total_humans) in SARParmLoadFromFileIterate()
777 pv->humans_need_rescue, pv->total_humans in SARParmLoadFromFileIterate()
H A Dsarfiosave.c417 pv->humans_need_rescue, pv->total_humans in SARParmSaveToFileAnyIterate()