Change: Increase vehicle random data from 8 to 16 bits.

This commit is contained in:
Peter Nelson
2023-04-23 21:21:17 +01:00
committed by PeterN
parent 4a5e413a6c
commit 7ccdefa1c1
4 changed files with 7 additions and 4 deletions

View File

@@ -353,6 +353,8 @@ enum SaveLoadVersion : uint16 {
SLV_LINKGRAPH_SECONDS, ///< 308 PR#10610 Store linkgraph update intervals in seconds instead of days.
SLV_AI_START_DATE, ///< 309 PR#10653 Removal of individual AI start dates and added a generic one.
SLV_EXTEND_VEHICLE_RANDOM, ///< 310 PR#10701 Extend vehicle random bits.
SL_MAX_VERSION, ///< Highest possible saveload version
};