mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
560c1d5c1c
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue