- fixed a typo.

This commit is contained in:
Christoph Oelckers 2017-02-16 23:17:19 +01:00
parent b523aa13c8
commit 18925d07be
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ void DAnimatedDoor::Serialize(FSerializer &arc)
("dooranim", m_DoorAnim)
("setblock1", m_SetBlocking1)
("setblock2", m_SetBlocking2)
("tyoe", m_Type);
("type", m_Type);
}
//============================================================================