equal
deleted
inserted
replaced
69 NetworkGameInfo info; |
69 NetworkGameInfo info; |
70 uint32 ip; |
70 uint32 ip; |
71 uint16 port; |
71 uint16 port; |
72 bool online; // False if the server did not respond (default status) |
72 bool online; // False if the server did not respond (default status) |
73 bool manually; // True if the server was added manually |
73 bool manually; // True if the server was added manually |
|
74 uint8 retries; |
74 struct NetworkGameList *next; |
75 struct NetworkGameList *next; |
75 } NetworkGameList; |
76 } NetworkGameList; |
76 |
77 |
77 typedef enum { |
78 typedef enum { |
78 NETWORK_JOIN_STATUS_CONNECTING, |
79 NETWORK_JOIN_STATUS_CONNECTING, |