summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-11-04 00:38:59 +0000
committermichi_cc <michi_cc@openttd.org>2011-11-04 00:38:59 +0000
commit3f853e7a565fcd5e51f13f1c54079c83f625225b (patch)
tree996f3864a019e4e8f1eda2a2062736cfb0b5f28a /src/vehicle_gui.h
parent5ee765b2b2fc9756ab5c1bba8171e106ec6bd50f (diff)
downloadopenttd-3f853e7a565fcd5e51f13f1c54079c83f625225b.tar.xz
(svn r23089) -Add: Allow specifying refits for go-to station orders.
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 1ef70170c..c52d8626f 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -19,7 +19,7 @@
#include "engine_type.h"
#include "company_type.h"
-void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order, Window *parent);
+void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order, Window *parent, bool auto_refit = false);
/** Constants of vehicle view widget indices */
enum VehicleViewWindowWidgets {