summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-04 19:32:45 +0000
committerrubidium <rubidium@openttd.org>2007-06-04 19:32:45 +0000
commitc4806955e5961f0d16d137997b1baa003b81f408 (patch)
tree23a952e411aa1977dbeed8415c8221c18598db03 /src/command.h
parentcb340626cafacd29c41580141fb00d137891b6a5 (diff)
downloadopenttd-c4806955e5961f0d16d137997b1baa003b81f408.tar.xz
(svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 0440466dc..3279e458c 100644
--- a/src/command.h
+++ b/src/command.h
@@ -57,7 +57,7 @@ enum {
CMD_REVERSE_TRAIN_DIRECTION = 41,
CMD_MODIFY_ORDER = 42,
- CMD_SKIP_ORDER = 43,
+ CMD_SKIP_TO_ORDER = 43,
CMD_DELETE_ORDER = 44,
CMD_INSERT_ORDER = 45,