equal
deleted
inserted
replaced
254 DrawString(x, y, STR_PURCHASE_INFO_RELIABILITY, 0); |
254 DrawString(x, y, STR_PURCHASE_INFO_RELIABILITY, 0); |
255 y += 10; |
255 y += 10; |
256 |
256 |
257 /* Additional text from NewGRF */ |
257 /* Additional text from NewGRF */ |
258 y += ShowAdditionalText(x, y, w, engine_number); |
258 y += ShowAdditionalText(x, y, w, engine_number); |
|
259 y += ShowRefitOptionsList(x, y, w, engine_number); |
259 } |
260 } |
260 |
261 |
261 void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection) |
262 void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection) |
262 { |
263 { |
263 PalSpriteID pal = (v->vehstatus & VS_CRASHED) ? PALETTE_CRASH : GetVehiclePalette(v); |
264 PalSpriteID pal = (v->vehstatus & VS_CRASHED) ? PALETTE_CRASH : GetVehiclePalette(v); |