last second Hull fix

This commit is contained in:
eukos 2015-08-31 22:42:34 +02:00
parent 00034d7a7f
commit 9102fe5fc3

View file

@ -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