OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_SOLID
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
protocol.h
199
#define
U_SOLID
(1<<6) // the entity should be solid for prediction
cl_ents.c
216
if (bits &
U_SOLID
)
/external/quake/quake/src/QW/server/
sv_ents.c
198
if (to->flags &
U_SOLID
)
199
bits |=
U_SOLID
;
Completed in 245 milliseconds