File diff r25816:b9a33e4cab9f → r25817:3f5c3838fe0a
src/network/network_type.h
Show inline comments
 
@@ -42,6 +42,7 @@ enum NetworkVehicleType {
 
enum ServerGameType : uint8 {
 
	SERVER_GAME_TYPE_LOCAL = 0,
 
	SERVER_GAME_TYPE_PUBLIC,
 
	SERVER_GAME_TYPE_INVITE_ONLY,
 
};
 

	
 
/** 'Unique' identifier to be given to clients */