No SV_Error in client only builds please
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@856 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a675add7fb
commit
06207797f9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ static int Q1_HullPointContents (hull_t *hull, int num, vec3_t p)
|
||||||
while (num >= 0)
|
while (num >= 0)
|
||||||
{
|
{
|
||||||
if (num < hull->firstclipnode || num > hull->lastclipnode)
|
if (num < hull->firstclipnode || num > hull->lastclipnode)
|
||||||
SV_Error ("SV_HullPointContents: bad node number");
|
Sys_Error ("SV_HullPointContents: bad node number");
|
||||||
|
|
||||||
node = hull->clipnodes + num;
|
node = hull->clipnodes + num;
|
||||||
plane = hull->planes + node->planenum;
|
plane = hull->planes + node->planenum;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue