Add town cargo patch SLXI/PATX code.

Update setting string.
This commit is contained in:
Jonathan G Rennison
2015-08-02 00:59:40 +01:00
parent 9905e478d4
commit 08dc95fea1
4 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
*/
enum SlXvFeatureIndex {
XSLFI_NULL = 0, ///< Unused value, to indicate that no extended feature test is in use
XSLFI_TOWN_CARGO_ADJ, ///< Town cargo adjustment patch
XSLFI_SIZE, ///< Total count of features, including null feature
};