- 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 dd2b9dc7c1
commit 84f3048242

View file

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