File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/network_udp.cpp
Show inline comments
 
@@ -11,14 +11,12 @@
 
 * @file network_udp.cpp This file handles the UDP related communication.
 
 *
 
 * This is the GameServer <-> MasterServer and GameServer <-> GameClient
 
 * communication before the game is being joined.
 
 */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "../date_func.h"
 
#include "../map_func.h"
 
#include "../debug.h"
 
#include "network_gamelist.h"
 
#include "network_internal.h"
 
@@ -711,8 +709,6 @@ void NetworkBackgroundUDPLoop()
 
		_udp_client_socket->ReceivePackets();
 
		if (_network_udp_broadcast > 0) _network_udp_broadcast--;
 
	}
 

	
 
	_network_udp_mutex->EndCritical();
 
}
 

	
 
#endif /* ENABLE_NETWORK */