mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- restored a line of accidentally deleted code in the animated door thinker.
This commit is contained in:
parent
e7a677ef61
commit
fbcf1b2c45
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