(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone and vehicle to clone orders from directly from vehicle lists and depot window
This commit is contained in:
@@ -635,6 +635,12 @@ public:
|
||||
*/
|
||||
virtual void OnPlaceObject(Point pt, TileIndex tile) {}
|
||||
|
||||
/**
|
||||
* The user clicked on a vehicle while HT_VEHICLE has been set.
|
||||
* @param v clicked vehicle. It is guaranteed to be v->IsPrimaryVehicle() == true
|
||||
*/
|
||||
virtual void OnVehicleSelect(const struct Vehicle *v) {}
|
||||
|
||||
/**
|
||||
* The user cancelled a tile highlight mode that has been set.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user