|
|
@ -93,12 +93,15 @@ public:
|
|
|
|
// Called for local client debugging
|
|
|
|
// Called for local client debugging
|
|
|
|
void debugLocalReceiveMissionInfo();
|
|
|
|
void debugLocalReceiveMissionInfo();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void setAHAfterEnd(const std::string &ah) { _AHAfterEnd = ah ;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
private:
|
|
|
|
private:
|
|
|
|
CBotChatPage *_CurrPage;
|
|
|
|
CBotChatPage *_CurrPage;
|
|
|
|
uint16 _SessionID;
|
|
|
|
uint16 _SessionID;
|
|
|
|
|
|
|
|
std::string _AHAfterEnd;
|
|
|
|
static CBotChatManager *_Instance;
|
|
|
|
static CBotChatManager *_Instance;
|
|
|
|
//uint _ChosenMissionFlags;
|
|
|
|
//uint _ChosenMissionFlags;
|
|
|
|
|
|
|
|
|
|
|
|