From a318672c222f0db403480bd9da98b2585ea1728c Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Fri, 18 Aug 2017 12:44:16 +0300 Subject: [PATCH] this was supposed to be a test line, didnt mean to push it --- src/hooks/others.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index 8bc3a6fd..6570437f 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -100,7 +100,6 @@ void OverrideView_hook(void* _this, CViewSetup* setup) { setup->fov = override_fov; } } - setup->origin -= Vector(0, 0, 96); draw::fov = setup->fov; SEGV_END; }