Change: Add configurable curve penalty for ships.

This commit is contained in:
Peter Nelson
2019-02-14 23:12:26 +00:00
committed by Michael Lutz
parent a69eb5f516
commit b8a0107ad1
4 changed files with 39 additions and 4 deletions

View File

@@ -292,6 +292,7 @@ enum SaveLoadVersion : uint16 {
SLV_SHIPS_STOP_IN_LOCKS, ///< 206 PR#7150 Ship/lock movement changes.
SLV_FIX_CARGO_MONITOR, ///< 207 PR#7175 v1.9 Cargo monitor data packing fix to support 64 cargotypes.
SLV_TOWN_CARGOGEN, ///< 208 PR#6965 New algorithms for town building cargo generation.
SLV_SHIP_CURVE_PENALTY, ///< 209 PR#7289 Configurable ship curve penalties.
SL_MAX_VERSION, ///< Highest possible saveload version
};