- fixed: DAnimatedDoor's main constructor did not disable ceiling interpolation.

This commit is contained in:
Christoph Oelckers 2016-07-03 13:39:33 +02:00
parent 148de414e0
commit 1b6a850bf6
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ void DAnimatedDoor::Tick ()
//============================================================================
DAnimatedDoor::DAnimatedDoor (sector_t *sec, line_t *line, int speed, int delay, FDoorAnimation *anim)
: DMovingCeiling (sec)
: DMovingCeiling (sec, false)
{
double topdist;
FTextureID picnum;