network.h
branch0.5
changeset 5429 a1f3d6573141
parent 5339 7573f179efe8
--- a/network.h	Thu Feb 08 10:04:57 2007 +0000
+++ b/network.h	Thu Feb 08 10:19:03 2007 +0000
@@ -130,6 +130,7 @@
 	uint16 port;
 	bool online;                                    // False if the server did not respond (default status)
 	bool manually;                                  // True if the server was added manually
+	uint8 retries;
 	struct NetworkGameList *next;
 } NetworkGameList;