(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user