[12106] Add a TransportInfo class to WorldObjects

Note: For the moment this coexists with other transports implementations
This commit is contained in:
kid10 2012-08-21 02:22:21 +02:00 committed by Antz
parent c00c314639
commit 068f352c53
4 changed files with 24 additions and 2 deletions

View file

@ -1073,7 +1073,7 @@ void Object::MarkForClientUpdate()
}
WorldObject::WorldObject()
: m_isActiveObject(false), m_currMap(NULL), m_mapId(0), m_InstanceId(0), m_phaseMask(PHASEMASK_NORMAL)
: m_isActiveObject(false), m_currMap(NULL), m_mapId(0), m_InstanceId(0), m_phaseMask(PHASEMASK_NORMAL), m_transportInfo(NULL)
{
}