From db397d5a758aa233bc06775caa4e48beb69d8f2d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Aug 2006 19:05:28 +0000 Subject: (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. --- network_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network_gui.c') diff --git a/network_gui.c b/network_gui.c index 8a8b9d460..32624bd68 100644 --- a/network_gui.c +++ b/network_gui.c @@ -881,7 +881,7 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e) DrawStringTruncated(x, y, STR_NETWORK_COMPANY_NAME, 2, trunc_width); y += 10; - SetDParam(0, BASE_YEAR + _network_player_info[nd->company].inaugurated_year); + SetDParam(0, _network_player_info[nd->company].inaugurated_year); DrawString(x, y, STR_NETWORK_INAUGURATION_YEAR, 2); // inauguration year y += 10; -- cgit v1.2.3-54-g00ecf