Merge branch 'master' of https://github.com/rheit/zdoom
Conflicts: src/CMakeLists.txt src/posix/sdl/hardware.cpp Please note that this will NOT(!!!) compile on Linux without adjusting sdlglvideo.cpp!
This commit is contained in:
commit
c39e962fd5
78 changed files with 4885 additions and 4128 deletions
|
|
@ -569,7 +569,7 @@ void P_SerializePolyobjs (FArchive &arc)
|
|||
I_Error ("UnarchivePolyobjs: Invalid polyobj tag");
|
||||
}
|
||||
arc << angle;
|
||||
po->RotatePolyobj (angle);
|
||||
po->RotatePolyobj (angle, true);
|
||||
arc << deltaX << deltaY << po->interpolation;
|
||||
deltaX -= po->StartSpot.x;
|
||||
deltaY -= po->StartSpot.y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue