summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-15 15:19:51 +0000
committertruelight <truelight@openttd.org>2004-12-15 15:19:51 +0000
commitac96c1ae07d3feb1df4dd5049d3f310ed8437b82 (patch)
tree89befd7f731a8422e3db185aa041d725963b7aad /network.h
parent70a91d6c6046bde997c0f775f6f0e9d98def7e10 (diff)
downloadopenttd-ac96c1ae07d3feb1df4dd5049d3f310ed8437b82.tar.xz
(svn r1096) -Fix: [Network] PlayAs is now registered correctly
-Codewise: [Network] Cleaned some code, removed some comment, changed some wrong comment
Diffstat (limited to 'network.h')
-rw-r--r--network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/network.h b/network.h
index d7092383d..8088e545e 100644
--- a/network.h
+++ b/network.h
@@ -27,7 +27,6 @@
// Do not change this next line. It should _ALWAYS_ be MAX_CLIENTS + 1
#define MAX_CLIENT_INFO (MAX_CLIENTS + 1)
-#define NETWORK_DISCOVER_PORT 3978
#define NETWORK_DEFAULT_PORT 3979
#define MAX_INTERFACES 9