(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:
@@ -67,6 +67,13 @@ static const uint32 _veh_refit_proc_table[] = {
|
||||
CMD_REFIT_AIRCRAFT,
|
||||
};
|
||||
|
||||
const uint32 _send_to_depot_proc_table[] = {
|
||||
CMD_TRAIN_GOTO_DEPOT,
|
||||
CMD_SEND_ROADVEH_TO_DEPOT,
|
||||
CMD_SEND_SHIP_TO_DEPOT,
|
||||
CMD_SEND_AIRCRAFT_TO_HANGAR,
|
||||
};
|
||||
|
||||
|
||||
enum {
|
||||
/* Max vehicles: 64000 (512 * 125) */
|
||||
|
||||
Reference in New Issue
Block a user