1
0
Fork 0

Fix: Incorrect savegame number for SLV_DEPOT_UNBUNCHING constant

pull/12045/head
Jonathan G Rennison 2024-02-09 17:10:25 +00:00
parent 10bcf0172e
commit c77c3ccb1c
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ enum SaveLoadVersion : uint16_t {
SLV_SHIP_ACCELERATION, ///< 329 PR#10734 Start using Vehicle's acceleration field for ships too.
SLV_MAX_LOAN_FOR_COMPANY, ///< 330 PR#11224 Separate max loan for each company.
SLV_DEPOT_UNBUNCHING, ///< 330 PR#11945 Allow unbunching shared order vehicles at a depot.
SLV_DEPOT_UNBUNCHING, ///< 331 PR#11945 Allow unbunching shared order vehicles at a depot.
SL_MAX_VERSION, ///< Highest possible saveload version
};