X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=collision.c;h=30f4d7662acdae19488a51c9d22811a30c4c901f;hp=88a479513beb7777e2d2d5348b8377755d2f352d;hb=598fddaa9633afd444cb95d8e7eb74d9b05b899d;hpb=6f079ecb90e1e6b7597d4da1a98f95c5822aad8d diff --git a/collision.c b/collision.c index 88a47951..30f4d766 100644 --- a/collision.c +++ b/collision.c @@ -511,7 +511,7 @@ colbrushf_t *Collision_AllocBrushFromPermanentPolygonFloat(mempool_t *mempool, i brush->numplanes = numpoints + 2; brush->planes = (void *)(brush + 1); brush->points = (colpointf_t *)points; - Host_Error("Collision_AllocBrushFromPermanentPolygonFloat: FIXME: this code needs to be updated to generate a mesh...\n"); + Sys_Error("Collision_AllocBrushFromPermanentPolygonFloat: FIXME: this code needs to be updated to generate a mesh...\n"); return brush; }