From 28a08437075be6495df383ca854f6026965a8b8e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Aug 2006 18:40:57 +0000 Subject: (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0. The game date subsystem now allows someone to start in the year 0 and continue up to the year 5 000 000. However, you currently cannot build anything before 1920 as there is no newgrf support for dates before 1920 or after 2090 yet. --- network_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network_data.h') diff --git a/network_data.h b/network_data.h index e24a1deea..5415b6337 100644 --- a/network_data.h +++ b/network_data.h @@ -18,9 +18,9 @@ #define NETWORK_EMPTY_INDEX 0 // What version of game-info do we use? -#define NETWORK_GAME_INFO_VERSION 2 +#define NETWORK_GAME_INFO_VERSION 3 // What version of company info is this? -#define NETWORK_COMPANY_INFO_VERSION 3 +#define NETWORK_COMPANY_INFO_VERSION 4 // What version of master-server-protocol do we use? #define NETWORK_MASTER_SERVER_VERSION 1 -- cgit v1.2.3-54-g00ecf