- 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:
parent
c5c4ec83c2
commit
bf03ea496e
8 changed files with 19 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue