- Last commit was incomplete.

SVN r1175 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-16 20:47:41 +00:00
commit 774e559eaf
6 changed files with 12 additions and 13 deletions

View file

@ -454,7 +454,7 @@ void DSectorPlaneInterpolation::Restore()
else
{
sector->ceilingplane.d = bakheight;
sector->GetPlaneTexZ(sector_t::ceiling, baktexz?;
sector->SetPlaneTexZ(sector_t::ceiling, baktexz);
}
}
@ -468,7 +468,6 @@ void DSectorPlaneInterpolation::Interpolate(fixed_t smoothratio)
{
fixed_t *pheight;
int pos;
fixed_t *ptexz;
if (!ceiling)
{