summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-04-22 08:16:45 +0100
committerPeterN <peter@fuzzle.org>2019-04-29 17:40:22 +0100
commit60e31c7cfa2a79afa37a0f2e76b592920e5388fe (patch)
treeef0008c67d51920ecbacdcb22c38ebe928f11bac /src/order_cmd.cpp
parent96097b34a57feb7547c789b352e9b650fb2a9fea (diff)
downloadopenttd-60e31c7cfa2a79afa37a0f2e76b592920e5388fe.tar.xz
Codechange: Remove OrderTypeByte
Diffstat (limited to 'src/order_cmd.cpp')
-rw-r--r--src/order_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp
index 1a9d648c6..26b999af7 100644
--- a/src/order_cmd.cpp
+++ b/src/order_cmd.cpp
@@ -1465,7 +1465,7 @@ CommandCost CmdModifyOrder(TileIndex tile, DoCommandFlag flags, uint32 p1, uint3
* whether we are not going to a depot as there are three
* cases where the full load flag can be active and only
* one case where the flag is used for depot orders. In the
- * other cases for the OrderTypeByte the flags are not used,
+ * other cases for the OrderType the flags are not used,
* so do not care and those orders should not be active
* when this function is called.
*/