- remove leftover conversion code.

This commit is contained in:
Christoph Oelckers 2022-09-29 13:25:22 +02:00
parent ca96a2b41c
commit 3df5fb112e

View file

@ -908,8 +908,6 @@ void TranslateSector(sectortype* pSector, double wave1, double wave2, int a4, in
break;
}
int x = int(actor->basePoint.X * worldtoint);
int y = int(actor->basePoint.Y * worldtoint);
if (actor->spr.cstat & CSTAT_SPRITE_MOVE_FORWARD)
{
auto spot = rotatepoint(pivot, actor->basePoint, angle);