Removed that function - it wasn't used.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3550 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
83ec5e427f
commit
bb807558d2
1 changed files with 3 additions and 2 deletions
|
@ -1577,12 +1577,13 @@ qboolean Mod_LoadBrushModel (model_t *mod, void *buffer)
|
|||
bm = &mod->submodels[i];
|
||||
|
||||
mod->hulls[0].firstclipnode = bm->headnode[0];
|
||||
Q1BSP_SetHullFuncs(&mod->hulls[0]);
|
||||
Q1BSP_CheckHullNodes(&mod->hulls[0]);
|
||||
for (j=1 ; j<MAX_MAP_HULLSM ; j++)
|
||||
{
|
||||
mod->hulls[j].firstclipnode = bm->headnode[j];
|
||||
mod->hulls[j].lastclipnode = mod->numclipnodes-1;
|
||||
Q1BSP_SetHullFuncs(&mod->hulls[j]);
|
||||
if (mod->hulls[j].available)
|
||||
Q1BSP_CheckHullNodes(&mod->hulls[j]);
|
||||
}
|
||||
|
||||
mod->firstmodelsurface = bm->firstface;
|
||||
|
|
Loading…
Reference in a new issue