mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Added CG_GetBrushEntitiesInBounds
This commit is contained in:
parent
1ae812af96
commit
113e3c3d87
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ void CG_BuildSolidList(void)
|
|||
}
|
||||
}
|
||||
|
||||
int CG_GetBrushEntitiesInBounds(int iMaxEnts, centity_t** pEntList, const vec3_t vMins, const vec3_t vMaxs)
|
||||
{
|
||||
// FIXME: unimplemented
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
====================
|
||||
CG_ClipMoveToEntities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue