From 8aa76f306db00b81f14b53a736b6e30099258841 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 Aug 2006 14:52:17 +0000 Subject: (svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this. --- network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network.h') diff --git a/network.h b/network.h index 7722b20c8..5a564107b 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_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); -- cgit v1.2.3-70-g09d2