From e875a6077cc764d2719b2f4c8e516e4a561bc5d4 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Sat, 24 Jul 2010 19:25:05 +0200
Subject: [PATCH] increase near clip workaround :(

---
 qcsrc/warpzonelib/client.qc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qcsrc/warpzonelib/client.qc b/qcsrc/warpzonelib/client.qc
index e52c0d7ce8..c71f984a9f 100644
--- a/qcsrc/warpzonelib/client.qc
+++ b/qcsrc/warpzonelib/client.qc
@@ -147,7 +147,7 @@ void WarpZone_FixView()
 		WarpZone_Outside();
 
 	// if we are near any warpzone planes - MOVE AWAY (work around nearclip)
-	float nearclip = 2;
+	float nearclip = 4;
 	e = WarpZone_Find(warpzone_fixview_origin - '1 1 1' * nearclip, warpzone_fixview_origin + '1 1 1' * nearclip);
 	if(e)
 	{
-- 
2.39.5