Move constant to the correct file
This commit is contained in:
parent
54485d0ed3
commit
df7da84cc6
|
@ -12,7 +12,6 @@
|
||||||
#define MAX_VOLUME 127
|
#define MAX_VOLUME 127
|
||||||
#define MAX_CONFIG_STRING 64
|
#define MAX_CONFIG_STRING 64
|
||||||
#define MAX_PLAYER_STRING 60
|
#define MAX_PLAYER_STRING 60
|
||||||
#define MAX_DESCRIPTION_STRING 20
|
|
||||||
|
|
||||||
#define DEFAULT_PORT 7777
|
#define DEFAULT_PORT 7777
|
||||||
#define DEFAULT_COOPNET_IP "net.coop64.us"
|
#define DEFAULT_COOPNET_IP "net.coop64.us"
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#define NETWORK_PLAYER_PING_TIMEOUT 3
|
#define NETWORK_PLAYER_PING_TIMEOUT 3
|
||||||
#define MAX_RX_SEQ_IDS 256
|
#define MAX_RX_SEQ_IDS 256
|
||||||
#define USE_REAL_PALETTE_VAR 0xFF
|
#define USE_REAL_PALETTE_VAR 0xFF
|
||||||
|
#define MAX_DESCRIPTION_STRING 20
|
||||||
|
|
||||||
enum NetworkPlayerType {
|
enum NetworkPlayerType {
|
||||||
NPT_UNKNOWN,
|
NPT_UNKNOWN,
|
||||||
|
|
Loading…
Reference in New Issue