(svn r23089) -Add: Allow specifying refits for go-to station orders.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user