summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-13 16:15:21 +0000
committertruelight <truelight@openttd.org>2004-12-13 16:15:21 +0000
commit25dfbc3134dc722989595e169c5054b8f494459e (patch)
tree555eaf553005479b3ee4c4b51f8d6fca2e9668f5 /network.h
parentbff8c0af614f01e19a876201fc4b28d8308a6007 (diff)
downloadopenttd-25dfbc3134dc722989595e169c5054b8f494459e.tar.xz
(svn r1054) -Fix: [Network] Redid revision 1024, only a bit more nice this time
(revision length is back to 10, and checking is now done correctly)
Diffstat (limited to 'network.h')
-rw-r--r--network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.h b/network.h
index 6b197e64d..ac554bacd 100644
--- a/network.h
+++ b/network.h
@@ -39,7 +39,7 @@
#define NETWORK_NAME_LENGTH 80
#define NETWORK_HOSTNAME_LENGTH 80
-#define NETWORK_REVISION_LENGTH 20
+#define NETWORK_REVISION_LENGTH 10
#define NETWORK_PASSWORD_LENGTH 20
#define NETWORK_PLAYERS_LENGTH 200