This commit is contained in:
Christoph Oelckers 2016-07-03 13:43:44 +02:00
commit 560c1d5c1c
1 changed files with 0 additions and 3 deletions

View File

@ -693,9 +693,6 @@ DAnimatedDoor::DAnimatedDoor (sector_t *sec, line_t *line, int speed, int delay,
double topdist;
FTextureID picnum;
// The DMovingCeiling constructor automatically sets up an interpolation for us.
// Stop it, since the ceiling is moving instantly here.
StopInterpolation();
m_DoorAnim = anim;
m_Line1 = line;