network.h
changeset 4293 2c24234a7aec
parent 4289 ff1b2b915cab
child 4326 c2ae4dbc1074
--- a/network.h	Wed Aug 16 07:43:15 2006 +0000
+++ b/network.h	Wed Aug 16 11:39:55 2006 +0000
@@ -206,7 +206,7 @@
 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);