network.c
changeset 2881 1ffbbdbf1685
parent 2879 d270cb37c0ec
child 2915 c59cbb76b5b2
--- a/network.c	Wed Jan 25 18:40:12 2006 +0000
+++ b/network.c	Wed Jan 25 19:03:50 2006 +0000
@@ -833,7 +833,7 @@
 }
 
 /* Validates an address entered as a string and adds the server to
- * the list. If you use this functions, the games will be marked
+ * the list. If you use this function, the games will be marked
  * as manually added. */
 void NetworkAddServer(const char *b)
 {
@@ -1343,7 +1343,7 @@
 
 	memset(&_network_game_info, 0, sizeof(_network_game_info));
 	_network_game_info.clients_max = 10; // XXX - hardcoded, string limiation -- TrueLight
-	_network_game_info.companies_max = MAX_PLAYERS;
+	_network_game_info.companies_max = MAX_PLAYERS; // 8
 	_network_game_info.spectators_max = _network_game_info.clients_max;
 
 	// Let's load the network in windows