diff --git a/src/pc/configfile.h b/src/pc/configfile.h index 6667e32f..850b7200 100644 --- a/src/pc/configfile.h +++ b/src/pc/configfile.h @@ -12,7 +12,6 @@ #define MAX_VOLUME 127 #define MAX_CONFIG_STRING 64 #define MAX_PLAYER_STRING 60 -#define MAX_DESCRIPTION_STRING 20 #define DEFAULT_PORT 7777 #define DEFAULT_COOPNET_IP "net.coop64.us" diff --git a/src/pc/network/network_player.h b/src/pc/network/network_player.h index 2669c2c9..7f0a1a27 100644 --- a/src/pc/network/network_player.h +++ b/src/pc/network/network_player.h @@ -12,6 +12,7 @@ #define NETWORK_PLAYER_PING_TIMEOUT 3 #define MAX_RX_SEQ_IDS 256 #define USE_REAL_PALETTE_VAR 0xFF +#define MAX_DESCRIPTION_STRING 20 enum NetworkPlayerType { NPT_UNKNOWN,