network.h
changeset 4285 72b3f7d6c891
parent 4038 b23bbe44d1ba
child 4289 ff1b2b915cab
--- a/network.h	Tue Aug 15 14:38:43 2006 +0000
+++ b/network.h	Tue Aug 15 14:52:17 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_date;    // If this year is reached, the server automaticly restarts
+VARDEF uint16 _network_restart_game_year;    // If this year is reached, the server automaticly restarts
 
 NetworkGameList *NetworkQueryServer(const char* host, unsigned short port, bool game_info);