src/saveload.cpp
changeset 9718 4b7468076d31
parent 9479 c8ab793e4595
child 9810 c82ec2332a1b
equal deleted inserted replaced
9717:b7806a165a75 9718:4b7468076d31
    34 #include <list>
    34 #include <list>
    35 #include "gamelog.h"
    35 #include "gamelog.h"
    36 
    36 
    37 #include "table/strings.h"
    37 #include "table/strings.h"
    38 
    38 
    39 extern const uint16 SAVEGAME_VERSION = 98;
    39 extern const uint16 SAVEGAME_VERSION = 99;
    40 
    40 
    41 SavegameType _savegame_type; ///< type of savegame we are loading
    41 SavegameType _savegame_type; ///< type of savegame we are loading
    42 
    42 
    43 uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
    43 uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
    44 uint16 _sl_version;       ///< the major savegame version identifier
    44 uint16 _sl_version;       ///< the major savegame version identifier