File diff r19520:2f25138b0538 → r19521:9abf5bbcc05a
src/saveload/saveload.cpp
Show inline comments
 
@@ -236,14 +236,15 @@
 
 *  170   23826
 
 *  171   23835
 
 *  172   23947
 
 *  173   23967   1.2.0-RC1
 
 *  174   23973   1.2.x
 
 *  175   24136
 
 *  176   24446
 
 */
 
extern const uint16 SAVEGAME_VERSION = 175; ///< Current savegame version of OpenTTD.
 
extern const uint16 SAVEGAME_VERSION = 176; ///< 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!