- fix vehicle turning issues following cl_syncinput changes/fixes in e474ebc2b7.

This commit is contained in:
Mitchell Richters 2020-08-04 16:28:57 +10:00
parent cb93560a4a
commit a2a668cd7b

View file

@ -1243,6 +1243,7 @@ void GetInput()
if (!cl_syncinput)
{
p->q16ang = (p->q16ang + input.q16avel) & 0x7FFFFFF;
p->q16horiz = clamp(p->q16horiz, F16(HORIZ_MIN), F16(HORIZ_MAX));
if (sprite[p->i].extra > 0)
{