From d6d9057f1f745a3aaed2c52bc3b89a8b49aba070 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 3 Jul 2016 13:42:54 +0200 Subject: [PATCH] - 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. --- src/p_doors.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/p_doors.cpp b/src/p_doors.cpp index b16bd4435..ab551de1b 100644 --- a/src/p_doors.cpp +++ b/src/p_doors.cpp @@ -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;