File diff r10065:d212881a03ae → r10066:d73a08a8dd72
src/saveload.cpp
Show inline comments
 
@@ -34,13 +34,13 @@
 
#include "fileio_func.h"
 
#include <list>
 
#include "gamelog.h"
 

	
 
#include "table/strings.h"
 

	
 
extern const uint16 SAVEGAME_VERSION = 100;
 
extern const uint16 SAVEGAME_VERSION = 101;
 

	
 
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!