summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-27 07:23:38 +0000
committerbjarni <bjarni@openttd.org>2006-09-27 07:23:38 +0000
commit0739d0c6f67a05bd3ff5339276f45367e53aff3c (patch)
tree778f73abb832352622a403b6b9421a117f46df4f /vehicle_gui.h
parentd88e1a218e91ec8b7ddee9f2852f1126ad54a379 (diff)
downloadopenttd-0739d0c6f67a05bd3ff5339276f45367e53aff3c.tar.xz
(svn r6518) -Codechange: unified the vehicle refit windows
This was requested by peter1138
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r--vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index 108f8f88e..4a30a9518 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -6,7 +6,7 @@
#include "window.h"
void DrawVehicleProfitButton(const Vehicle *v, int x, int y);
-CargoID DrawVehicleRefitWindow(const Vehicle *v, int sel);
+void ShowVehicleRefitWindow(const Vehicle *v);
void InitializeVehiclesGuiList(void);
/* sorter stuff */