From 6b3abe6508a12a4673a4e0055690837174d5103f Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 23 Oct 2006 21:39:15 +0000 Subject: (svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p) --- build_vehicle_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'build_vehicle_gui.c') diff --git a/build_vehicle_gui.c b/build_vehicle_gui.c index 1708a5c5d..11caed6e3 100644 --- a/build_vehicle_gui.c +++ b/build_vehicle_gui.c @@ -256,6 +256,7 @@ void DrawAircraftPurchaseInfo(int x, int y, uint w, EngineID engine_number) /* 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) -- cgit v1.2.3-54-g00ecf