summaryrefslogtreecommitdiff
path: root/roadveh_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
commit735c636f6ffdec71797b2685a8f19b4e81cbdb0d (patch)
tree75eaf1df54a52006319c0408f2bef1d5159a3197 /roadveh_gui.c
parent552e6de4ceca495b292cf7d068c5d18c8d6489d6 (diff)
downloadopenttd-735c636f6ffdec71797b2685a8f19b4e81cbdb0d.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 'roadveh_gui.c')
-rw-r--r--roadveh_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/roadveh_gui.c b/roadveh_gui.c
index ba0657960..5a25fbab7 100644
--- a/roadveh_gui.c
+++ b/roadveh_gui.c
@@ -66,6 +66,7 @@ void DrawRoadVehPurchaseInfo(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 DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection)