From: Rudolf Polzer Date: Wed, 4 Aug 2010 06:32:40 +0000 (+0200) Subject: hide a warning X-Git-Tag: xonotic-v0.1.0preview~266^2~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a5eeb495bea76881ed9fc16d5a95ced5c4ae3c71;p=xonotic%2Fxonotic-data.pk3dir.git hide a warning --- diff --git a/qcsrc/warpzonelib/client.qc b/qcsrc/warpzonelib/client.qc index 4b6d146e1..3c3eaf5a3 100644 --- a/qcsrc/warpzonelib/client.qc +++ b/qcsrc/warpzonelib/client.qc @@ -122,7 +122,7 @@ vector WarpZone_FixNearClip(vector o, vector c0, vector c1, vector c2, vector c3 if(WarpZone_PlaneDist(e, o) < 0) return '0 0 0'; // can't really be, though, but if it is, this is not my warpzone, but a random different one in the same mins/maxs - pd = min( + pd = min4( WarpZone_PlaneDist(e, c0), WarpZone_PlaneDist(e, c1), WarpZone_PlaneDist(e, c2),