mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
33d19c0cf4
commit
f1ebcd115c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue