summaryrefslogtreecommitdiff
path: root/src/network/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network.h')
-rw-r--r--src/network/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network.h b/src/network/network.h
index a72e404a1..58af8e304 100644
--- a/src/network/network.h
+++ b/src/network/network.h
@@ -71,6 +71,7 @@ typedef struct NetworkGameList {
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;