src/vehicle_gui.h
branchgamebalance
changeset 9907 3b068c3a1c74
parent 9895 7bd07f43b0e3
child 9908 0fa543611bbe
--- a/src/vehicle_gui.h	Thu Apr 19 14:43:25 2007 +0000
+++ b/src/vehicle_gui.h	Thu Apr 19 14:48:10 2007 +0000
@@ -32,7 +32,7 @@
 
 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);