summaryrefslogtreecommitdiff
path: root/src/network/network_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-07 19:06:36 +0000
committerrubidium <rubidium@openttd.org>2009-04-07 19:06:36 +0000
commit82f8badc074d24b4df618c16b23c3854c3369711 (patch)
tree0ef655d1bf99df921f95015642ba96de2eae500e /src/network/network_type.h
parentfdddfd6269ec4f5c770c288f05927ab8b0a60142 (diff)
downloadopenttd-82f8badc074d24b4df618c16b23c3854c3369711.tar.xz
(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited.
Diffstat (limited to 'src/network/network_type.h')
-rw-r--r--src/network/network_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/network_type.h b/src/network/network_type.h
index f2208b8c7..7e27d398c 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -26,9 +26,6 @@ enum {
*/
MAX_CLIENT_SLOTS = 256,
- /** Maximum number of internet interfaces supported. */
- MAX_INTERFACES = 9,
-
/** How many vehicle/station types we put over the network */
NETWORK_VEHICLE_TYPES = 5,
NETWORK_STATION_TYPES = 5,