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
commitad747e3026a3f137f6f06d3e1a6b07a2de503729 (patch)
tree23a952e411aa1977dbeed8415c8221c18598db03 /src/command.h
parenta816369802a160cfbccbb966a8a402aad350cd73 (diff)
downloadopenttd-ad747e3026a3f137f6f06d3e1a6b07a2de503729.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,