Try to enable it smartly...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4260 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-03-17 12:16:46 +00:00
parent dfe295a1ee
commit 679b2bffe1
1 changed files with 1 additions and 1 deletions

View File

@ -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];