Changeset - r18779:91beb9c323cc
[Not reviewed]
master
0 1 0
truebrain - 13 years ago 2011-12-19 21:06:42
truebrain@openttd.org
(svn r23637) -Change: bump the savegame, to store all the new goodies
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/saveload.cpp
Show inline comments
 
@@ -223,26 +223,27 @@
 
 *  156   21728
 
 *  157   21862
 
 *  158   21933
 
 *  159   21962
 
 *  160   21974   1.1.x
 
 *  161   22567
 
 *  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!
 
char _savegame_format[8]; ///< how to compress savegames
 
bool _do_autosave;        ///< are we doing an autosave at the moment?
 

	
 
/** What are we currently doing? */
 
enum SaveLoadAction {
 
	SLA_LOAD,        ///< loading
0 comments (0 inline, 0 general)