File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/network_type.h
Show inline comments
 
@@ -11,14 +11,12 @@
 

	
 
#ifndef NETWORK_TYPE_H
 
#define NETWORK_TYPE_H
 

	
 
#include "core/game.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/** How many clients can we have */
 
static const uint MAX_CLIENTS = 255;
 

	
 
/**
 
 * The number of slots; must be at least 1 more than MAX_CLIENTS. It must
 
 * furthermore be less than or equal to 256 as client indices (sent over
 
@@ -127,8 +125,7 @@ enum NetworkErrorCode {
 
	NETWORK_ERROR_TIMEOUT_MAP,
 
	NETWORK_ERROR_TIMEOUT_JOIN,
 

	
 
	NETWORK_ERROR_END,
 
};
 

	
 
#endif /* ENABLE_NETWORK */
 
#endif /* NETWORK_TYPE_H */