Change: Use seconds for Linkgraph update settings (#10610)

This commit is contained in:
Tyler Trahan
2023-04-14 16:49:12 -04:00
committed by GitHub
parent 0e915c830c
commit 646a7e625b
8 changed files with 37 additions and 22 deletions

View File

@@ -350,6 +350,7 @@ enum SaveLoadVersion : uint16 {
SLV_VELOCITY_NAUTICAL, ///< 305 PR#10594 Separation of land and nautical velocity (knots!)
SLV_CONSISTENT_PARTIAL_Z, ///< 306 PR#10570 Conversion from an inconsistent partial Z calculation for slopes, to one that is (more) consistent.
SLV_MORE_CARGO_AGE, ///< 307 PR#10596 Track cargo age for a longer period.
SLV_LINKGRAPH_SECONDS, ///< 308 PR#10610 Store linkgraph update intervals in seconds instead of days.
SL_MAX_VERSION, ///< Highest possible saveload version
};