mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- fix vehicle turning issues following cl_syncinput
changes/fixes in e474ebc2b7
.
This commit is contained in:
parent
cb93560a4a
commit
a2a668cd7b
1 changed files with 1 additions and 0 deletions
|
@ -1243,6 +1243,7 @@ void GetInput()
|
||||||
|
|
||||||
if (!cl_syncinput)
|
if (!cl_syncinput)
|
||||||
{
|
{
|
||||||
|
p->q16ang = (p->q16ang + input.q16avel) & 0x7FFFFFF;
|
||||||
p->q16horiz = clamp(p->q16horiz, F16(HORIZ_MIN), F16(HORIZ_MAX));
|
p->q16horiz = clamp(p->q16horiz, F16(HORIZ_MIN), F16(HORIZ_MAX));
|
||||||
if (sprite[p->i].extra > 0)
|
if (sprite[p->i].extra > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue