src/saveload.cpp
changeset 9334 28ac6c8e0795
parent 9299 258be16ef2bd
child 9354 845e07db4549
equal deleted inserted replaced
9333:2da01b3b71d8 9334:28ac6c8e0795
    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 = 95;
    38 extern const uint16 SAVEGAME_VERSION = 96;
    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