- Last commit was incomplete.
SVN r1175 (trunk)
This commit is contained in:
parent
bc5d0c882b
commit
774e559eaf
6 changed files with 12 additions and 13 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue