OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ENT_LEAFS
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/server/
progs.h
34
#define
MAX_ENT_LEAFS
16
41
short leafnums[
MAX_ENT_LEAFS
];
world.c
332
if (ent->num_leafs ==
MAX_ENT_LEAFS
)
/external/quake/quake/src/WinQuake/
progs.h
34
#define
MAX_ENT_LEAFS
16
41
short leafnums[
MAX_ENT_LEAFS
];
world.cpp
342
if (ent->num_leafs ==
MAX_ENT_LEAFS
)
Completed in 504 milliseconds