diff options
author | truelight <truelight@openttd.org> | 2005-01-26 19:51:29 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-01-26 19:51:29 +0000 |
commit | b92255970201e08e07c20011e2ed437e34380d34 (patch) | |
tree | 52230d5fb45735cedc6b827c375c119eb06a30a0 | |
parent | 7b242e2ea99c1a68007cf598a50f65fb2f7d003c (diff) | |
download | openttd-b92255970201e08e07c20011e2ed437e34380d34.tar.xz |
(svn r1691) -Fix: oops, forgot to bump the company-info-version
-rw-r--r-- | network_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network_data.h b/network_data.h index fc17ff73e..1210ca8f5 100644 --- a/network_data.h +++ b/network_data.h @@ -17,7 +17,7 @@ // What version of game-info do we use? #define NETWORK_GAME_INFO_VERSION 1 // What version of company info is this? -#define NETWORK_COMPANY_INFO_VERSION 2 +#define NETWORK_COMPANY_INFO_VERSION 3 // What version of master-server-protocol do we use? #define NETWORK_MASTER_SERVER_VERSION 1 |