diff --git a/engine/world.c b/engine/world.c index 03664af..cf9ad7c 100644 --- a/engine/world.c +++ b/engine/world.c @@ -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