Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_vehicles.h494 int m_iPilotLastIndex; //index to last pilot member
H A Dg_vehicles.c1337 pVeh->m_iPilotLastIndex = pVeh->m_pPilot->s.number; in Update()
1343 gentity_t *oldPilot = &g_entities[pVeh->m_iPilotLastIndex]; in Update()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_vehicles.cpp1830 pVeh->m_iPilotLastIndex = pVeh->m_pPilot->s.number; in Update()
1836 gentity_t *oldPilot = &g_entities[pVeh->m_iPilotLastIndex]; in Update()