(svn r6229) -Feature: Shared order lists now got a "goto depot" button
this will try to send all vehicles in the list to depots/hangars currently if one fails to find a depot, it will not tell the player
This commit is contained in:
@@ -460,4 +460,8 @@ PalSpriteID GetVehiclePalette(const Vehicle *v);
|
||||
* Best is to have a virtual value for it when it needs to change again */
|
||||
#define STATUS_BAR 5
|
||||
|
||||
#define CMD_SEND_TO_DEPOT(x) _send_to_depot_proc_table[ x - VEH_Train]
|
||||
|
||||
extern const uint32 _send_to_depot_proc_table[];
|
||||
|
||||
#endif /* VEHICLE_H */
|
||||
|
||||
Reference in New Issue
Block a user