Move constant to the correct file

This commit is contained in:
Agent X 2024-04-28 12:23:33 -04:00
parent 54485d0ed3
commit df7da84cc6
2 changed files with 1 additions and 1 deletions

View File

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

View File

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