equal
deleted
inserted
replaced
52 y += 10; |
52 y += 10; |
53 |
53 |
54 /* Design date - Life length */ |
54 /* Design date - Life length */ |
55 e = GetEngine(engine_number); |
55 e = GetEngine(engine_number); |
56 ConvertDateToYMD(e->intro_date, &ymd); |
56 ConvertDateToYMD(e->intro_date, &ymd); |
57 SetDParam(0, BASE_YEAR + ymd.year); |
57 SetDParam(0, ymd.year); |
58 SetDParam(1, e->lifelength); |
58 SetDParam(1, e->lifelength); |
59 DrawString(x,y, STR_PURCHASE_INFO_DESIGNED_LIFE, 0); |
59 DrawString(x,y, STR_PURCHASE_INFO_DESIGNED_LIFE, 0); |
60 y += 10; |
60 y += 10; |
61 |
61 |
62 /* Reliability */ |
62 /* Reliability */ |