1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

Codechange: Remove OrderTypeByte

This commit is contained in:
Charles Pigott
2019-04-22 08:16:45 +01:00
committed by PeterN
parent 96097b34a5
commit 60e31c7cfa
2 changed files with 4 additions and 8 deletions

View File

@@ -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.
*/