src/saveload.cpp
changeset 10708 5f1e9cffcfa5
parent 10703 2c998f3776d1
child 10751 ebd94f2d6385
equal deleted inserted replaced
10707:81a4013a7680 10708:5f1e9cffcfa5
    33 #include "statusbar_gui.h"
    33 #include "statusbar_gui.h"
    34 #include <list>
    34 #include <list>
    35 
    35 
    36 #include "table/strings.h"
    36 #include "table/strings.h"
    37 
    37 
    38 extern const uint16 SAVEGAME_VERSION = 96;
    38 extern const uint16 SAVEGAME_VERSION = 97;
    39 
    39 
    40 SavegameType _savegame_type; ///< type of savegame we are loading
    40 SavegameType _savegame_type; ///< type of savegame we are loading
    41 
    41 
    42 uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
    42 uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
    43 uint16 _sl_version;       ///< the major savegame version identifier
    43 uint16 _sl_version;       ///< the major savegame version identifier