summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-26 19:51:29 +0000
committertruelight <truelight@openttd.org>2005-01-26 19:51:29 +0000
commit0470fe9f89836be247e0ec3f5fcfdfa3bb51cca8 (patch)
tree52230d5fb45735cedc6b827c375c119eb06a30a0 /network_data.h
parent54549adc664da279a2054b673219f839d8006338 (diff)
downloadopenttd-0470fe9f89836be247e0ec3f5fcfdfa3bb51cca8.tar.xz
(svn r1691) -Fix: oops, forgot to bump the company-info-version
Diffstat (limited to 'network_data.h')
-rw-r--r--network_data.h2
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