mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-18 09:31:09 +00:00
- restored a line of accidentally deleted code in the animated door thinker.
This commit is contained in:
parent
dd2b9dc7c1
commit
84f3048242
1 changed files with 1 additions and 0 deletions
|
@ -615,6 +615,7 @@ void DAnimatedDoor::Tick ()
|
|||
}
|
||||
|
||||
m_Timer = m_Delay;
|
||||
m_Status = Waiting;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue