summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-08-31 15:57:38 +0000
committerDarkvater <Darkvater@openttd.org>2006-08-31 15:57:38 +0000
commit6919e7f8ea6608f1ec4f6d8146a1d02bb677ecb1 (patch)
tree664b0f8df7289d3dd2ad459cf9e79739afc4026d /vehicle.c
parent7c3262677147a5408f6088be0a80831fe3b2fb67 (diff)
downloadopenttd-6919e7f8ea6608f1ec4f6d8146a1d02bb677ecb1.tar.xz
(svn r6280) -Codechange: Use the same naming for trains as for other vehicles:
CMD_SEND_TRAIN_TO_DEPOT instead of CMD_TRAIN_GOTO_DEPOT
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.c b/vehicle.c
index 38fae976e..3efc9ebb3 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -68,7 +68,7 @@ static const uint32 _veh_refit_proc_table[] = {
};
const uint32 _send_to_depot_proc_table[] = {
- CMD_TRAIN_GOTO_DEPOT,
+ CMD_SEND_TRAIN_TO_DEPOT,
CMD_SEND_ROADVEH_TO_DEPOT,
CMD_SEND_SHIP_TO_DEPOT,
CMD_SEND_AIRCRAFT_TO_HANGAR,