summaryrefslogtreecommitdiff
path: root/build_vehicle_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-23 21:39:15 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-23 21:39:15 +0000
commit6b3abe6508a12a4673a4e0055690837174d5103f (patch)
tree75eaf1df54a52006319c0408f2bef1d5159a3197 /build_vehicle_gui.c
parent259cad1985aa253ec1cf2bdb391b4255add7e2e3 (diff)
downloadopenttd-6b3abe6508a12a4673a4e0055690837174d5103f.tar.xz
(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p)
Diffstat (limited to 'build_vehicle_gui.c')
-rw-r--r--build_vehicle_gui.c1
1 files changed, 1 insertions, 0 deletions
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)