mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-07 15:31:11 +00:00
- SW: Fix bad copy-paste from 06a069750f
that was causing issues with SO vehicles and turrets.
* Fixes #211.
This commit is contained in:
parent
d4198a5b1a
commit
a36c122ff1
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ PlayerPart:
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
rotatepoint(sop->pmid.vec2, sp->pos.vec2, -delta_ang, &sp->pos.vec2);
|
rotatepoint(sop->pmid.vec2, sp->pos.vec2, delta_ang, &sp->pos.vec2);
|
||||||
sp->ang = NORM_ANGLE(sp->ang + delta_ang);
|
sp->ang = NORM_ANGLE(sp->ang + delta_ang);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue