- SW: Fix bad copy-paste from 06a069750f that was causing issues with SO vehicles and turrets.

* Fixes #211.
This commit is contained in:
Mitchell Richters 2020-12-06 19:16:59 +11:00
parent d4198a5b1a
commit a36c122ff1

View file

@ -1864,7 +1864,7 @@ PlayerPart:
}
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);
}