File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/network_udp.cpp
Show inline comments
 
@@ -14,8 +14,6 @@
 
 * communication before the game is being joined.
 
 */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "../date_func.h"
 
#include "../map_func.h"
 
@@ -714,5 +712,3 @@ void NetworkBackgroundUDPLoop()
 

	
 
	_network_udp_mutex->EndCritical();
 
}
 

	
 
#endif /* ENABLE_NETWORK */