mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Changes in game_share
This commit is contained in:
parent
3378daf329
commit
99a1c463a1
2 changed files with 3 additions and 0 deletions
|
@ -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),
|
||||||
|
|
|
@ -131,6 +131,7 @@ public:
|
||||||
bool Localized; // for EGS only
|
bool Localized; // for EGS only
|
||||||
ucstring Title; // gives the title of the channel when it is not translated (e.g Localized == false)
|
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 HideBubble; // hide the display of bubble
|
||||||
|
bool UniversalChannel; // treat like universe channel
|
||||||
public:
|
public:
|
||||||
CDynChatChan();
|
CDynChatChan();
|
||||||
// CDynChatChan(TChanID id = NLMISC::CEntityId::Unknown, NLNET::TServiceId ownerServiceId, bool noBroadcast, bool forwadInput);
|
// CDynChatChan(TChanID id = NLMISC::CEntityId::Unknown, NLNET::TServiceId ownerServiceId, bool noBroadcast, bool forwadInput);
|
||||||
|
|
Loading…
Reference in a new issue