diff -r 6e09e884257d -r 3567a3ec9d80 build_vehicle_gui.c --- a/build_vehicle_gui.c Mon Oct 23 21:25:30 2006 +0000 +++ b/build_vehicle_gui.c Mon Oct 23 21:39:15 2006 +0000 @@ -256,6 +256,7 @@ /* Additional text from NewGRF */ y += ShowAdditionalText(x, y, w, engine_number); + y += ShowRefitOptionsList(x, y, w, engine_number); } void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection)