Let them have that extra bit of precision.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@176 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
67ea52427e
commit
796b2d1d0c
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ void CL_BaseMove (usercmd_t *cmd, int pnum)
|
|||
|
||||
int MakeChar (int i)
|
||||
{
|
||||
i &= ~3;
|
||||
if (i < -127*4)
|
||||
i = -127*4;
|
||||
if (i > 127*4)
|
||||
|
|
Loading…
Reference in a new issue