Home
last modified time | relevance | path

Searched defs:MiscEnt (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_main.cpp1984 cgMiscEntData_t *MiscEnt = &MiscEnts[NumMiscEnts++]; in CG_CreateMiscEntFromGent() local
2003 cgMiscEntData_t *MiscEnt = &MiscEnts[i]; in CG_CreateMiscEnts() local
2023 cgMiscEntData_t *MiscEnt = MiscEnts; in CG_DrawMiscEnts() local
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_public.h748 void (*MiscEnt) ( void ); member