From c0472cccbf5545077350d7b245e23ccae4bc3cff Mon Sep 17 00:00:00 2001 From: SanyaSho Date: Wed, 17 Aug 2022 02:45:02 +0300 Subject: [PATCH] game: fix camera glitch with FOV 110 --- game/client/view.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/game/client/view.h b/game/client/view.h index 7c41593a..f03dc4c0 100644 --- a/game/client/view.h +++ b/game/client/view.h @@ -24,11 +24,7 @@ class VPlane; // near and far Z it uses to render the world. -#ifndef HL1_CLIENT_DLL -#define VIEW_NEARZ 7 -#else #define VIEW_NEARZ 3 -#endif //#define VIEW_FARZ 28400