Save/load changes for variable day length patch.

This commit is contained in:
Jonathan G Rennison
2015-08-09 13:50:06 +01:00
parent 454b3c61b0
commit 41062cf78e
4 changed files with 6 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_VARIABLE_DAY_LENGTH, ///< Variable day length patch
XSLFI_SIZE, ///< Total count of features, including null feature
};