- floatification of sector_t::centerspot.
This commit is contained in:
parent
30b57fd7b0
commit
35bb686281
9 changed files with 52 additions and 47 deletions
|
|
@ -1962,8 +1962,8 @@ void AM_drawSubsectors()
|
|||
}
|
||||
else
|
||||
{
|
||||
secx = FIXED2DBL(sec->centerspot.x);
|
||||
secy = FIXED2DBL(sec->centerspot.y);
|
||||
secx = sec->centerspot.X;
|
||||
secy = sec->centerspot.Y;
|
||||
}
|
||||
seczb = floorplane->ZatPoint(secx, secy);
|
||||
seczt = sec->ceilingplane.ZatPoint(secx, secy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue