diff options
Diffstat (limited to 'ship_gui.c')
-rw-r--r-- | ship_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ship_gui.c b/ship_gui.c index 9b10ff3d4..0a501c789 100644 --- a/ship_gui.c +++ b/ship_gui.c @@ -66,6 +66,7 @@ void DrawShipPurchaseInfo(int x, int y, uint w, EngineID engine_number) /* Additional text from NewGRF */ y += ShowAdditionalText(x, y, w, engine_number); + if (svi->refittable) y += ShowRefitOptionsList(x, y, w, engine_number); } void DrawShipImage(const Vehicle *v, int x, int y, VehicleID selection) |