Fixed ExchangePost info being loaded twice (closes #671)

dev-time-step
krzys-h 2016-02-13 19:54:56 +01:00
parent 09108499c9
commit 463992b2c1
1 changed files with 0 additions and 7 deletions

View File

@ -1076,13 +1076,6 @@ void COldObject::Read(CLevelParserLine* line)
}
}
if (m_type == OBJECT_INFO)
{
CExchangePost* exchangePost = dynamic_cast<CExchangePost*>(this);
assert(exchangePost != nullptr);
exchangePost->ReadInfo(line);
}
// SetManual will affect bot speed
if (m_type == OBJECT_MOBILEdr)
{