summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-14 21:47:35 +0000
committertruelight <truelight@openttd.org>2005-01-14 21:47:35 +0000
commitb33df5936fd09eaab1ae6dccde0768e3197c8888 (patch)
treef260e8c54aa71ae764d546b59880d05829587afd /network_data.h
parent94c6bdfdaf6dc67d8698c2b0a48e928f72bc3fde (diff)
downloadopenttd-b33df5936fd09eaab1ae6dccde0768e3197c8888.tar.xz
(svn r1510) -Add: Improved Network Lobby GUI: (bociusz)
- Added green dot if company income is positive (else red dot) - Added lock icon if company is password protected
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 13da75823..b01115041 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 1
+#define NETWORK_COMPANY_INFO_VERSION 2
// What version of master-server-protocol do we use?
#define NETWORK_MASTER_SERVER_VERSION 1