File diff r18778:4848b0595531 → r18779:91beb9c323cc
src/saveload/saveload.cpp
Show inline comments
 
@@ -229,14 +229,15 @@
 
 *  162   22713
 
 *  163   22767
 
 *  164   23290
 
 *  165   23304
 
 *  166   23415
 
 *  167   23504
 
 *  168   23637
 
 */
 
extern const uint16 SAVEGAME_VERSION = 167; ///< Current savegame version of OpenTTD.
 
extern const uint16 SAVEGAME_VERSION = 168; ///< 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!