- restored a line of accidentally deleted code in the animated door thinker.

This commit is contained in:
Christoph Oelckers 2017-03-14 10:05:35 +01:00
parent e7a677ef61
commit fbcf1b2c45

View file

@ -615,6 +615,7 @@ void DAnimatedDoor::Tick ()
}
m_Timer = m_Delay;
m_Status = Waiting;
}
else
{