summaryrefslogtreecommitdiff
path: root/command.h
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 /command.h
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 'command.h')
-rw-r--r--command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.h b/command.h
index ceef63ec9..c56cbdbdd 100644
--- a/command.h
+++ b/command.h
@@ -49,7 +49,7 @@ enum {
CMD_SELL_RAIL_WAGON = 38,
- CMD_TRAIN_GOTO_DEPOT = 39,
+ CMD_SEND_TRAIN_TO_DEPOT = 39,
CMD_FORCE_TRAIN_PROCEED = 40,
CMD_REVERSE_TRAIN_DIRECTION = 41,