File diff r25196:5c66c84693e7 → r25197:81f87c2b998f
src/network/core/game.h
Show inline comments
 
@@ -22,7 +22,6 @@
 
 * be sent to the clients.
 
 */
 
struct NetworkServerGameInfo {
 
	char map_name[NETWORK_NAME_LENGTH];             ///< Map which is played ["random" for a randomized map]
 
	byte clients_on;                                ///< Current count of clients on server
 
};