From 679b2bffe1a7f708045ec3e397cc46a467b47cc3 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 17 Mar 2013 12:16:46 +0000 Subject: [PATCH] Try to enable it smartly... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4260 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index 0a6df7462..233a9b9e2 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -650,7 +650,7 @@ void CL_ClampPitch (int pnum) } #endif #if 1 - if (0) + if ((cl.playerview[pnum].gravitydir[2] != -1 || cl.playerview[pnum].viewangles[2]) && !cl.playerview[pnum].fixangles && !cl.intermission) { float surfm[16], invsurfm[16]; float viewm[16];