mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed a typo.
This commit is contained in:
parent
b523aa13c8
commit
18925d07be
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ void DAnimatedDoor::Serialize(FSerializer &arc)
|
|||
("dooranim", m_DoorAnim)
|
||||
("setblock1", m_SetBlocking1)
|
||||
("setblock2", m_SetBlocking2)
|
||||
("tyoe", m_Type);
|
||||
("type", m_Type);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
|
Loading…
Reference in a new issue