build_vehicle_gui.c
changeset 4932 3567a3ec9d80
parent 4931 6e09e884257d
child 5070 0bbf5264bfb7
equal deleted inserted replaced
4931:6e09e884257d 4932:3567a3ec9d80
   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);