From df7da84cc6cea54742a59f33e0ba38ae6aadd398 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:23:33 -0400 Subject: [PATCH] Move constant to the correct file --- src/pc/configfile.h | 1 - src/pc/network/network_player.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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,