File diff r23419:6b552b72acc7 → r23420:9c4e5ff5cf11
src/saveload/saveload.h
Show inline comments
 
@@ -294,6 +294,8 @@ enum SaveLoadVersion : uint16 {
 
	SLV_TOWN_CARGOGEN,                      ///< 208  PR#6965 New algorithms for town building cargo generation.
 
	SLV_SHIP_CURVE_PENALTY,                 ///< 209  PR#7289 Configurable ship curve penalties.
 

	
 
	SLV_SERVE_NEUTRAL_INDUSTRIES,           ///< 210  PR#7234 Company stations can serve industries with attached neutral stations.
 

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