- forgot to save this before committing...

This commit is contained in:
Christoph Oelckers 2014-12-25 19:56:38 +01:00
parent 66fa33886a
commit 1a39ac9243
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ void P_SerializePolyobjs (FArchive &arc)
I_Error ("UnarchivePolyobjs: Invalid polyobj tag");
}
arc << angle;
po->RotatePolyobj (angle, false);
po->RotatePolyobj (angle, true);
arc << deltaX << deltaY << po->interpolation;
deltaX -= po->StartSpot.x;
deltaY -= po->StartSpot.y;