mirror of
https://github.com/glest/glest-source.git
synced 2025-10-04 03:11:53 +02:00
- added more socket threaded protection and output curl version if ftp transfers fail
This commit is contained in:
@@ -142,9 +142,6 @@ void ClientInterface::update() {
|
||||
string sMsg = "may go out of synch: client requestedCommands.size() = " + intToStr(requestedCommands.size());
|
||||
sendTextMessage(sMsg,-1, true);
|
||||
}
|
||||
|
||||
//clear chat variables
|
||||
//!!!clearChatInfo();
|
||||
}
|
||||
|
||||
std::string ClientInterface::getServerIpAddress() {
|
||||
@@ -153,10 +150,6 @@ std::string ClientInterface::getServerIpAddress() {
|
||||
|
||||
void ClientInterface::updateLobby() {
|
||||
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
//clear chat variables
|
||||
//!!!clearChatInfo();
|
||||
|
||||
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
NetworkMessageType networkMessageType = getNextMessageType(true);
|
||||
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
switch(networkMessageType)
|
||||
|
Reference in New Issue
Block a user