Vehicle repair costs patch: implement save/load changes.

This commit is contained in:
Jonathan G Rennison
2015-08-04 23:56:37 +01:00
parent 0a7441e56c
commit 6bb8d5087d
5 changed files with 8 additions and 5 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_VEHICLE_REPAIR_COST, ///< Vehicle repair costs patch
XSLFI_SIZE, ///< Total count of features, including null feature
};