File diff r25987:b9d33db7c49f → r25988:ad2fd577c934
src/saveload/saveload.h
Show inline comments
 
@@ -337,7 +337,7 @@ enum SaveLoadVersion : uint16 {
 

	
 
	SLV_TABLE_CHUNKS,                       ///< 295  PR#9322 Introduction of CH_TABLE and CH_SPARSE_TABLE.
 
	SLV_SCRIPT_INT64,                       ///< 296  PR#9415 SQInteger is 64bit but was saved as 32bit.
 
	SLV_LINKGRAPH_TRAVEL_TIME,              ///< 297  PR#9457 Store travel time in the linkgraph.
 
	SLV_LINKGRAPH_TRAVEL_TIME,              ///< 297  PR#9457 v12  Store travel time in the linkgraph.
 

	
 
	SL_MAX_VERSION,                         ///< Highest possible saveload version
 
};