(svn r8445) -Cleanup: remove some @params from comments as the parameters did not exist anymore and add comments to several variables/functions.

This commit is contained in:
rubidium
2007-01-28 20:47:25 +00:00
parent 95f33ea087
commit 66f46b71a1
8 changed files with 43 additions and 23 deletions

View File

@@ -5,6 +5,10 @@
#ifdef ENABLE_NETWORK
/**
* @file config.h Configuration options of the network stuff
*/
/** DNS hostname of the masterserver */
#define NETWORK_MASTER_SERVER_HOST "master.openttd.org"
/** Message sent to the masterserver to 'identify' this client as OpenTTD */