File diff r15761:680dbdd50e09 → r15762:7fbf9fe78040
src/saveload/saveload.cpp
Show inline comments
 
@@ -206,14 +206,15 @@
 
 *  140   19382
 
 *  141   19799
 
 *  142   20003
 
 *  143   20048
 
 *  144   20334
 
 *  145   20376
 
 *  146   20446
 
 */
 
extern const uint16 SAVEGAME_VERSION = 145; ///< current savegame version of OpenTTD
 
extern const uint16 SAVEGAME_VERSION = 146; ///< 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!