|
|
@ -138,6 +138,7 @@ CDynChatSession *CDynChatClient::getSession(TChanID chan) const
|
|
|
|
CDynChatChan::CDynChatChan()
|
|
|
|
CDynChatChan::CDynChatChan()
|
|
|
|
: HistoricSize(0),
|
|
|
|
: HistoricSize(0),
|
|
|
|
HideBubble(false),
|
|
|
|
HideBubble(false),
|
|
|
|
|
|
|
|
UniversalChannel(false),
|
|
|
|
_FirstSession(NULL),
|
|
|
|
_FirstSession(NULL),
|
|
|
|
_ID(CEntityId::Unknown),
|
|
|
|
_ID(CEntityId::Unknown),
|
|
|
|
_DontBroadcastPlayerInputs(false),
|
|
|
|
_DontBroadcastPlayerInputs(false),
|
|
|
@ -151,6 +152,7 @@ CDynChatChan::CDynChatChan()
|
|
|
|
CDynChatChan::CDynChatChan(TChanID id, bool noBroadcast, bool forwardInput, bool unified)
|
|
|
|
CDynChatChan::CDynChatChan(TChanID id, bool noBroadcast, bool forwardInput, bool unified)
|
|
|
|
: HistoricSize(0),
|
|
|
|
: HistoricSize(0),
|
|
|
|
HideBubble(false),
|
|
|
|
HideBubble(false),
|
|
|
|
|
|
|
|
UniversalChannel(false),
|
|
|
|
_FirstSession(NULL),
|
|
|
|
_FirstSession(NULL),
|
|
|
|
_ID(id),
|
|
|
|
_ID(id),
|
|
|
|
_DontBroadcastPlayerInputs(noBroadcast),
|
|
|
|
_DontBroadcastPlayerInputs(noBroadcast),
|
|
|
|