- fixed: instant sector movement actions must actually delete the created interpolation right away and not wait until it deletes itself.

This commit is contained in:
Christoph Oelckers 2016-02-11 22:03:09 +01:00
commit bf03ea496e
8 changed files with 19 additions and 25 deletions

View file

@ -412,7 +412,7 @@ DCeiling *DCeiling::Create(sector_t *sec, DCeiling::ECeiling type, line_t *line,
}
if (ceiling->m_Speed >= movedist)
{
ceiling->StopInterpolation();
ceiling->StopInterpolation(true);
}
// set texture/type change properties