Fixed the unresolved Host_Error external.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@577 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-05 16:47:58 +00:00
parent 33d19c0cf4
commit f1ebcd115c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ qboolean Q1BSP_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f,
}
if (num < hull->firstclipnode || num > hull->lastclipnode)
Host_Error ("Q1BSP_RecursiveHullCheck: bad node number");
Sys_Error ("Q1BSP_RecursiveHullCheck: bad node number");
//
// find the point distances