Save/load changes for veh lifetime profit patch.

This commit is contained in:
Jonathan G Rennison
2016-01-01 14:35:27 +00:00
parent d3e95f1c65
commit 07d24962cd
4 changed files with 5 additions and 3 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_VEH_LIFETIME_PROFIT, ///< Vehicle lifetime profit patch
XSLFI_SIZE, ///< Total count of features, including null feature
};