- removed the old way to stop the AnimatedDoor interpolation, now that the parent class can be told that we do not want one. This old code was no longer functionsl.

This commit is contained in:
Christoph Oelckers 2016-07-03 13:42:54 +02:00
parent 1b6a850bf6
commit d6d9057f1f
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; double topdist;
FTextureID picnum; 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_DoorAnim = anim;
m_Line1 = line; m_Line1 = line;