(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.

This commit is contained in:
rubidium
2008-08-11 22:07:26 +00:00
parent eb461386ce
commit 0fab1dc699
5 changed files with 8 additions and 9 deletions

View File

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