src/vehicle_gui.h
changeset 6711 02a4b7b630bc
parent 6585 7da94b26498a
child 6719 4cc327ad39d5
child 6919 339210ecccd3
--- a/src/vehicle_gui.h	Mon Mar 26 08:55:45 2007 +0000
+++ b/src/vehicle_gui.h	Mon Mar 26 11:41:14 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);