File diff r15922:f33ae56b6561 → r15923:6550af31238a
src/saveload/saveload.cpp
Show inline comments
 
@@ -207,14 +207,15 @@
 
 *  141   19799
 
 *  142   20003
 
 *  143   20048
 
 *  144   20334
 
 *  145   20376
 
 *  146   20446
 
 *  147   20621
 
 */
 
extern const uint16 SAVEGAME_VERSION = 146; ///< current savegame version of OpenTTD
 
extern const uint16 SAVEGAME_VERSION = 147; ///< current savegame version of OpenTTD
 

	
 
SavegameType _savegame_type; ///< type of savegame we are loading
 

	
 
uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
 
uint16 _sl_version;       ///< the major savegame version identifier
 
byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!