Searched refs:MAX_PHYSENTS (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dpmove.h39 #define MAX_PHYSENTS 32 macro
64 physent_t physents[MAX_PHYSENTS]; // 0 should be the world
71 int touchindex[MAX_PHYSENTS];
/external/quake/quake/src/QW/server/
H A Dsv_user.c1269 if (pmove.numphysent == MAX_PHYSENTS)
1347 if (++pmove.numphysent == MAX_PHYSENTS)

Completed in 50 milliseconds