File diff r25823:e260a70c7ccd → r25824:08d7cb74dd5d
src/network/core/game_info.h
Show inline comments
 
@@ -76,6 +76,8 @@ struct NetworkServerGameInfo {
 
	byte spectators_on;          ///< How many spectators do we have?
 
	byte spectators_max;         ///< Max spectators allowed on server
 
	byte landscape;              ///< The used landscape
 
	int gamescript_version;      ///< Version of the gamescript.
 
	std::string gamescript_name; ///< Name of the gamescript.
 
};
 

	
 
/**