(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.
This commit is contained in:
2
order.h
2
order.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user