mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- forgot to save this before committing...
This commit is contained in:
parent
66fa33886a
commit
1a39ac9243
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ void P_SerializePolyobjs (FArchive &arc)
|
||||||
I_Error ("UnarchivePolyobjs: Invalid polyobj tag");
|
I_Error ("UnarchivePolyobjs: Invalid polyobj tag");
|
||||||
}
|
}
|
||||||
arc << angle;
|
arc << angle;
|
||||||
po->RotatePolyobj (angle, false);
|
po->RotatePolyobj (angle, true);
|
||||||
arc << deltaX << deltaY << po->interpolation;
|
arc << deltaX << deltaY << po->interpolation;
|
||||||
deltaX -= po->StartSpot.x;
|
deltaX -= po->StartSpot.x;
|
||||||
deltaY -= po->StartSpot.y;
|
deltaY -= po->StartSpot.y;
|
||||||
|
|
Loading…
Reference in a new issue