Frindlier error.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@422 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1212770986
commit
d2ea3b7768
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ hull_t *SV_HullForEntity (edict_t *ent, int hullnum, vec3_t mins, vec3_t maxs, v
|
|||
if (ent->v.solid == SOLID_BSP)
|
||||
{ // explicit hulls in the BSP model
|
||||
if (ent->v.movetype != MOVETYPE_PUSH)
|
||||
SV_Error ("SOLID_BSP without MOVETYPE_PUSH");
|
||||
SV_Error ("SOLID_BSP without MOVETYPE_PUSH (%s)", ent->v.classname + svprogfuncs->stringtable);
|
||||
|
||||
model = sv.models[ (int)ent->v.modelindex ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue