(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)
This commit is contained in:
truelight
2004-12-15 21:54:07 +00:00
parent 88862fcdb6
commit 5f51b42c99
4 changed files with 47 additions and 62 deletions

View File

@@ -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 */