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 | 0470fe9f89836be247e0ec3f5fcfdfa3bb51cca8 (patch) | |
tree | 52230d5fb45735cedc6b827c375c119eb06a30a0 | |
parent | 54549adc664da279a2054b673219f839d8006338 (diff) | |
download | openttd-0470fe9f89836be247e0ec3f5fcfdfa3bb51cca8.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 |