Merge tag 'g4.12.2'
This commit is contained in:
commit
330ec45d84
26 changed files with 181 additions and 107 deletions
|
|
@ -2886,7 +2886,8 @@ void DAutomap::drawPlayers ()
|
|||
|
||||
if (p->mo != nullptr)
|
||||
{
|
||||
DVector3 pos = p->mo->PosRelative(MapPortalGroup);
|
||||
DVector2 pos = p->mo->InterpolatedPosition(r_viewpoint.TicFrac).XY();
|
||||
pos += Level->Displacements.getOffset(Level->PointInSector(pos)->PortalGroup, MapPortalGroup);
|
||||
pt.x = pos.X;
|
||||
pt.y = pos.Y;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue