diff options
author | rubidium <rubidium@openttd.org> | 2006-08-22 14:38:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2006-08-22 14:38:37 +0000 |
commit | 480af9c9171badb7db906d2cc05856f4c2d87b73 (patch) | |
tree | 2a3621a92a3d30384ea51e0898d08f035a559915 /order.h | |
parent | 5f4dbbd52264b986efc248a6ccb02dbde4ca6c0e (diff) | |
download | openttd-480af9c9171badb7db906d2cc05856f4c2d87b73.tar.xz |
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Diffstat (limited to 'order.h')
-rw-r--r-- | order.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ enum OrderFlagMasks { //Flags for depots: /** The current depot-order was initiated because it was in the vehicle's order list */ - OF_PART_OF_ORDERS = 0x2, + OF_PART_OF_ORDERS = 0x2, /** if OF_PART_OF_ORDERS is not set, this will cause the vehicle to be stopped in the depot */ OF_HALT_IN_DEPOT = 0x4, /** if OF_PART_OF_ORDERS is set, this will cause the order only be come active if the vehicle needs servicing */ |