Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_nation.h62 int maxPilots; /**< How many (monthly) pilots. */ member
H A Dcp_nation.cpp289 {"pilots", V_INT, offsetof(nation_t, maxPilots), MEMBER_SIZEOF(nation_t, maxPilots)},
750 Com_Printf("...max-pilots %i\n", nation->maxPilots); in NAT_NationList_f()
805 …for (int j = 0; 0.25 + j < (float) nation->maxPilots * stats->happiness * ccs.curCampaign->employe… in NAT_HandleBudget()