Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_vehicles.h207 int iconRightHandle;//what image to use for the right of the ship on the damage indicator member
H A Dbg_vehicleLoad.c444 …{"icon_right", VFOFS(iconRightHandle), VF_SHADER_NOMIP}, //what image to use for the right of the …
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dbg_vehicleLoad.cpp540 …{"icon_right", VFOFS(iconRightHandle), VF_SHADER_NOMIP}, //what image to use for the right of the …
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_draw.c2559 graphicHandle = veh->m_pVehicle->m_pVehicleInfo->iconRightHandle; in CG_DrawVehicleDamage()