From cdf74ca0c9def1a92783ec424f9beb0b19a44523 Mon Sep 17 00:00:00 2001 From: maedhros Date: Mon, 26 Mar 2007 11:41:14 +0000 Subject: (svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text. --- src/vehicle_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicle_gui.h') diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h index e104f8307..052bcf110 100644 --- a/src/vehicle_gui.h +++ b/src/vehicle_gui.h @@ -32,7 +32,7 @@ static inline bool ValidVLWFlags(uint16 flags) void PlayerVehWndProc(Window *w, WindowEvent *e); -void DrawVehiclePurchaseInfo(int x, int y, uint w, EngineID engine_number); +int DrawVehiclePurchaseInfo(int x, int y, uint w, EngineID engine_number); void DrawTrainImage(const Vehicle *v, int x, int y, int count, int skip, VehicleID selection); void DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection); -- cgit v1.2.3-54-g00ecf