From e87e065e41d324ae29e0c1762f36193a69fb7374 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 16 Aug 2006 11:39:55 +0000 Subject: (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920 -Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year --- network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network.h') diff --git a/network.h b/network.h index 150cbf16e..6225c8e9e 100644 --- a/network.h +++ b/network.h @@ -206,7 +206,7 @@ VARDEF bool _network_autoclean_companies; VARDEF uint8 _network_autoclean_unprotected; // Remove a company after X months VARDEF uint8 _network_autoclean_protected; // Unprotect a company after X months -VARDEF uint16 _network_restart_game_year; // If this year is reached, the server automaticly restarts +VARDEF Year _network_restart_game_year; // If this year is reached, the server automaticly restarts NetworkGameList *NetworkQueryServer(const char* host, unsigned short port, bool game_info); -- cgit v1.2.3-54-g00ecf