(svn r1096) -Fix: [Network] PlayAs is now registered correctly

-Codewise: [Network] Cleaned some code, removed some comment, changed 
some wrong comment
This commit is contained in:
truelight
2004-12-15 15:19:51 +00:00
parent c8ca2a8604
commit 29b844a408
5 changed files with 20 additions and 17 deletions

View File

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