summaryrefslogtreecommitdiff
path: root/network.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-15 21:54:07 +0000
committertruelight <truelight@openttd.org>2004-12-15 21:54:07 +0000
commit5f51b42c994a32947071e4258031a3e72c460633 (patch)
tree490bbeef55c1ff362f0569b15ad91356ba7d86be /network.c
parent88862fcdb6d960e5dab5072257c65dd73ce2dfd5 (diff)
downloadopenttd-5f51b42c994a32947071e4258031a3e72c460633.tar.xz
(svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
to Start Server, you can select by connection: 'Internet (advertise)'. When selected, the server will announce itself to the server-list at http://servers.openttd.org (when finished)
Diffstat (limited to 'network.c')
-rw-r--r--network.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/network.c b/network.c
index 785c50e98..1b3e529d6 100644
--- a/network.c
+++ b/network.c
@@ -1167,7 +1167,6 @@ void NetworkStartUp(void)
// Network is available
_network_available = true;
_network_dedicated = false;
- _network_advertise = false;
_network_last_advertise_date = 0;
/* Load the ip from the openttd.cfg */