src/saveload.cpp
changeset 10146 cfea97f96067
parent 10127 4f53c1cfcfe9
child 10207 c291a21b304e
equal deleted inserted replaced
10145:849ba8b8626b 10146:cfea97f96067
    35 #include <list>
    35 #include <list>
    36 #include "gamelog.h"
    36 #include "gamelog.h"
    37 
    37 
    38 #include "table/strings.h"
    38 #include "table/strings.h"
    39 
    39 
    40 extern const uint16 SAVEGAME_VERSION = 101;
    40 extern const uint16 SAVEGAME_VERSION = 102;
    41 
    41 
    42 SavegameType _savegame_type; ///< type of savegame we are loading
    42 SavegameType _savegame_type; ///< type of savegame we are loading
    43 
    43 
    44 uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
    44 uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
    45 uint16 _sl_version;       ///< the major savegame version identifier
    45 uint16 _sl_version;       ///< the major savegame version identifier