summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-11 22:07:26 +0000
committerrubidium <rubidium@openttd.org>2008-08-11 22:07:26 +0000
commit0fab1dc6992bd316c1752378b6f3f913d36087e9 (patch)
tree946bb9e6d885bc1eb08d0131905d3c4df18bb2d9 /src/network/network_internal.h
parenteb461386ce1da6818a16aac4b542e061c1c37d83 (diff)
downloadopenttd-0fab1dc6992bd316c1752378b6f3f913d36087e9.tar.xz
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index 28d38f889..42c7f66be 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -32,8 +32,6 @@
*/
//#define NETWORK_SEND_DOUBLE_SEED
-#define MAX_TEXT_MSG_LEN 1024 /* long long long long sentences :-) */
-
enum MapPacket {
MAP_PACKET_START,
MAP_PACKET_NORMAL,