last second Hull fix
This commit is contained in:
parent
00034d7a7f
commit
9102fe5fc3
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ hull_t *SV_HullForEntity (edict_t *ent, vec3_t mins, vec3_t maxs, vec3_t offset)
|
|||
if (!model || model->type != mod_brush){
|
||||
Con_Printf ("WARNING: SOLID_BSP with a non bsp model\n Changing it to SOLID_NOT\n");
|
||||
ent->v.solid = SOLID_NOT;
|
||||
return;
|
||||
}
|
||||
// 1999-10-07 MOVETYPE_PUSH fix by LordHavoc/Maddes end
|
||||
|
||||
|
|
Loading…
Reference in a new issue