- floatification of sector_t::centerspot.

This commit is contained in:
Christoph Oelckers 2016-03-26 09:38:58 +01:00
commit 35bb686281
9 changed files with 52 additions and 47 deletions

View file

@ -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);