(svn r23120) -Feature: [NoAI] Support for refit orders.
This commit is contained in:
@@ -50,6 +50,14 @@ public:
|
||||
TE_FOOD = 5, ///< This cargo supplies food to a town
|
||||
};
|
||||
|
||||
/**
|
||||
* Special cargo types.
|
||||
*/
|
||||
enum SpecialCargoID {
|
||||
CT_AUTO_REFIT = 0xFD, ///< Automatically choose cargo type when doing auto-refitting.
|
||||
CT_NO_REFIT = 0xFE, ///< Do not refit cargo of a vehicle.
|
||||
};
|
||||
|
||||
/**
|
||||
* Checks whether the given cargo type is valid.
|
||||
* @param cargo_type The cargo to check.
|
||||
|
Reference in New Issue
Block a user