- SW: Fix another bad line from 06a069750f that was missed when doing a36c122ff1.

This commit is contained in:
Gaerzi 2020-12-06 20:11:26 +11:00
parent a36c122ff1
commit d644065103

View file

@ -1874,7 +1874,7 @@ PlayerPart:
if (!TEST(sop->flags, SOBJ_DONT_ROTATE))
{
// NOT part of a sector - independant of any sector
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);
}