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
commitfd09bd15b239c90b1b3e3ac951a0cfbb75f9f79f (patch)
tree664b0f8df7289d3dd2ad459cf9e79739afc4026d /command.h
parentd2c239b590290840ed5093ddc486a10e4003199b (diff)
downloadopenttd-fd09bd15b239c90b1b3e3ac951a0cfbb75f9f79f.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,