OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numphysent
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
pmove.h
63
int
numphysent
;
member in struct:__anon6772
cl_ents.c
882
oldphysent = pmove.
numphysent
;
885
pmove.
numphysent
= oldphysent;
916
pmove.
numphysent
= 1;
932
pmove.physents[pmove.
numphysent
].model = cl.model_precache[state->modelindex];
933
VectorCopy (state->origin, pmove.physents[pmove.
numphysent
].origin);
934
pmove.
numphysent
++;
1032
pent = pmove.physents + pmove.
numphysent
;
1050
pmove.
numphysent
++;
cl_pred.c
163
oldphysent = pmove.
numphysent
;
179
pmove.
numphysent
= oldphysent;
pmovetst.c
323
for (i=0 ; i< pmove.
numphysent
; i++)
366
for (i=0 ; i< pmove.
numphysent
; i++)
cl_cam.c
141
pmove.
numphysent
= 1;
/external/quake/quake/src/QW/server/
sv_user.c
1269
if (pmove.
numphysent
== MAX_PHYSENTS)
1271
pe = &pmove.physents[pmove.
numphysent
];
1272
pmove.
numphysent
++;
1334
pe = &pmove.physents[pmove.
numphysent
];
1337
pmove.physents[pmove.
numphysent
].info = e;
[
all
...]
Completed in 19 milliseconds