translation update ptbr and ru. backtolobby button more in foreground now. also warning window for leaving online-game
This commit is contained in:
@@ -70,6 +70,7 @@ public:
|
||||
bool waitForNetworkServer(unsigned timeoutMsec);
|
||||
|
||||
void sendIrcChatMessage(const std::string &message);
|
||||
void setIrcNick(const std::string &value) { myIrcNick = value; }
|
||||
|
||||
void sendClientPlayerAction();
|
||||
|
||||
@@ -91,6 +92,8 @@ private:
|
||||
|
||||
int currentGameNum;
|
||||
|
||||
std::string myIrcNick;
|
||||
|
||||
ClientThread *myNetClient;
|
||||
ServerAcceptThread *myNetServer;
|
||||
IrcThread *myIrcThread;
|
||||
|
||||
Reference in New Issue
Block a user