summaryrefslogtreecommitdiff
path: root/src/network/network.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-01 21:04:40 +0000
committerrubidium <rubidium@openttd.org>2007-02-01 21:04:40 +0000
commit15980fc023c9fffa1af1ab71a446d0154d7962ca (patch)
tree455c66fea8606601015929a491e75466741e09f6 /src/network/network.h
parent5678febfe22b9cee3ae90d8335c7969c76c4a6fb (diff)
downloadopenttd-15980fc023c9fffa1af1ab71a446d0154d7962ca.tar.xz
(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.
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;