Changed: Changes in game_share

This commit is contained in:
kervala 2012-11-26 20:19:14 +01:00
parent 3378daf329
commit 99a1c463a1
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -131,6 +131,7 @@ public:
bool Localized; // for EGS only
ucstring Title; // gives the title of the channel when it is not translated (e.g Localized == false)
bool HideBubble; // hide the display of bubble
bool UniversalChannel; // treat like universe channel
public:
CDynChatChan();
// CDynChatChan(TChanID id = NLMISC::CEntityId::Unknown, NLNET::TServiceId ownerServiceId, bool noBroadcast, bool forwadInput);