mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 00:19:00 +02:00
- added the first draft of joining games in progress
This commit is contained in:
@@ -948,6 +948,8 @@ Socket::~Socket() {
|
||||
}
|
||||
|
||||
void Socket::disconnectSocket() {
|
||||
//printf("Socket disconnecting\n");
|
||||
|
||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s] START closing socket = %d...\n",__FILE__,__FUNCTION__,sock);
|
||||
|
||||
if(isSocketValid() == true) {
|
||||
|
Reference in New Issue
Block a user