summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-09 22:21:45 +0000
committerrubidium <rubidium@openttd.org>2012-01-09 22:21:45 +0000
commit1a0fe0e8c63f99f912edfa7d39234cc71df41db9 (patch)
tree76f9c779f44fd2ecba4e151c7fe0ebd0afb9122b /src/vehicle_cmd.cpp
parentf33f9b39208142c8b5e876dafe60a99ca3ea9b7a (diff)
downloadopenttd-1a0fe0e8c63f99f912edfa7d39234cc71df41db9.tar.xz
(svn r23783) -Cleanup: remove ancient but not needed command flag
Diffstat (limited to 'src/vehicle_cmd.cpp')
-rw-r--r--src/vehicle_cmd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vehicle_cmd.cpp b/src/vehicle_cmd.cpp
index 32f4eaec3..f7d993aa7 100644
--- a/src/vehicle_cmd.cpp
+++ b/src/vehicle_cmd.cpp
@@ -56,8 +56,7 @@ const uint32 _veh_refit_proc_table[] = {
};
const uint32 _send_to_depot_proc_table[] = {
- /* TrainGotoDepot has a nice randomizer in the pathfinder, which causes desyncs... */
- CMD_SEND_VEHICLE_TO_DEPOT | CMD_MSG(STR_ERROR_CAN_T_SEND_TRAIN_TO_DEPOT) | CMD_NO_TEST_IF_IN_NETWORK,
+ CMD_SEND_VEHICLE_TO_DEPOT | CMD_MSG(STR_ERROR_CAN_T_SEND_TRAIN_TO_DEPOT),
CMD_SEND_VEHICLE_TO_DEPOT | CMD_MSG(STR_ERROR_CAN_T_SEND_ROAD_VEHICLE_TO_DEPOT),
CMD_SEND_VEHICLE_TO_DEPOT | CMD_MSG(STR_ERROR_CAN_T_SEND_SHIP_TO_DEPOT),
CMD_SEND_VEHICLE_TO_DEPOT | CMD_MSG(STR_ERROR_CAN_T_SEND_AIRCRAFT_TO_HANGAR),