Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_mapfightequip.cpp49 const objDef_t* aircraftitem = INVSH_GetItemByIDX(i); in AII_GetCraftitemTechsByType() local
50 if (aircraftitem->craftitem.type == type) { in AII_GetCraftitemTechsByType()
51 technology_t* tech = RS_GetTechForItem(aircraftitem); in AII_GetCraftitemTechsByType()