Changeset - r28722:693471198030
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 3 months ago 2024-02-09 17:50:29
j.g.rennison@gmail.com
Cleanup: Incorrect savegame number for SLV_DEPOT_UNBUNCHING constant (#12045)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/saveload.h
Show inline comments
 
@@ -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
 
};
0 comments (0 inline, 0 general)