equal
deleted
inserted
replaced
214 } |
214 } |
215 |
215 |
216 DrawRoadVehImage(v, 3, 57, INVALID_VEHICLE); |
216 DrawRoadVehImage(v, 3, 57, INVALID_VEHICLE); |
217 |
217 |
218 SetDParam(0, GetCustomEngineName(v->engine_type)); |
218 SetDParam(0, GetCustomEngineName(v->engine_type)); |
219 SetDParam(1, BASE_YEAR + v->build_year); |
219 SetDParam(1, v->build_year); |
220 SetDParam(2, v->value); |
220 SetDParam(2, v->value); |
221 DrawString(34, 57, STR_9011_BUILT_VALUE, 0); |
221 DrawString(34, 57, STR_9011_BUILT_VALUE, 0); |
222 |
222 |
223 SetDParam(0, _cargoc.names_long[v->cargo_type]); |
223 SetDParam(0, _cargoc.names_long[v->cargo_type]); |
224 SetDParam(1, v->cargo_cap); |
224 SetDParam(1, v->cargo_cap); |