equal
deleted
inserted
replaced
744 SetDParam(0, str); |
744 SetDParam(0, str); |
745 DrawString(x, y, STR_NETWORK_COMPANY_NAME, 2); |
745 DrawString(x, y, STR_NETWORK_COMPANY_NAME, 2); |
746 DeleteName(str); |
746 DeleteName(str); |
747 y += 10; |
747 y += 10; |
748 |
748 |
749 SetDParam(0, _network_player_info[_selected_company_item].inaugurated_year + 1920); |
749 SetDParam(0, _network_player_info[_selected_company_item].inaugurated_year + MAX_YEAR_BEGIN_REAL); |
750 DrawString(x, y, STR_NETWORK_INAUGURATION_YEAR, 2); // inauguration year |
750 DrawString(x, y, STR_NETWORK_INAUGURATION_YEAR, 2); // inauguration year |
751 y += 10; |
751 y += 10; |
752 |
752 |
753 SetDParam64(0, _network_player_info[_selected_company_item].company_value); |
753 SetDParam64(0, _network_player_info[_selected_company_item].company_value); |
754 DrawString(x, y, STR_NETWORK_VALUE, 2); // company value |
754 DrawString(x, y, STR_NETWORK_VALUE, 2); // company value |