summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-22 18:42:56 +0000
committertruelight <truelight@openttd.org>2004-12-22 18:42:56 +0000
commit457720ff9512707ef0570d3980c95f404b8e1b8e (patch)
treec7a63eb27c2ca1faec5c97597ef87fd47ba0382c /network.h
parent5b701e585d88a647a9f716c75820d335545252e7 (diff)
downloadopenttd-457720ff9512707ef0570d3980c95f404b8e1b8e.tar.xz
(svn r1227) -Add: Ingame Server-list (select Internet, then Find Servers)
-Fix: UDPListener was launched wrongly -Fix: Not all sockets have broadcast enabled anymore -Fix: Server-advertise retries 3 times before giving up
Diffstat (limited to 'network.h')
-rw-r--r--network.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/network.h b/network.h
index 6494d2254..e66639133 100644
--- a/network.h
+++ b/network.h
@@ -176,8 +176,11 @@ VARDEF uint8 _network_reconnect;
VARDEF bool _network_udp_server;
VARDEF uint16 _network_udp_broadcast;
+VARDEF byte _network_lan_internet;
+
VARDEF bool _network_advertise;
VARDEF uint16 _network_last_advertise_date;
+VARDEF uint8 _network_advertise_retries;
VARDEF bool _network_autoclean_companies;
VARDEF uint8 _network_autoclean_unprotected; // Remove a company after X months