forked from mirror/OpenTTD
(svn r1024) -Fix: [New Network] Revisions can now be longer then 10 chars, so I made
it 20 chars long
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#define NETWORK_NAME_LENGTH 80
|
#define NETWORK_NAME_LENGTH 80
|
||||||
#define NETWORK_HOSTNAME_LENGTH 80
|
#define NETWORK_HOSTNAME_LENGTH 80
|
||||||
#define NETWORK_REVISION_LENGTH 10
|
#define NETWORK_REVISION_LENGTH 20
|
||||||
#define NETWORK_PASSWORD_LENGTH 20
|
#define NETWORK_PASSWORD_LENGTH 20
|
||||||
#define NETWORK_PLAYERS_LENGTH 200
|
#define NETWORK_PLAYERS_LENGTH 200
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user