diff options
author | Strangerke | 2017-11-22 01:10:36 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 02:15:41 +0000 |
commit | e2b85ab7416dbd05aa303fa43c167947c7f6e647 (patch) | |
tree | 1528e015b163ea01a213116bcd2133ac0fb9fb58 | |
parent | cccdcf9c26671cd83c143823aa85b1443546eea7 (diff) | |
download | scummvm-rg350-e2b85ab7416dbd05aa303fa43c167947c7f6e647.tar.gz scummvm-rg350-e2b85ab7416dbd05aa303fa43c167947c7f6e647.tar.bz2 scummvm-rg350-e2b85ab7416dbd05aa303fa43c167947c7f6e647.zip |
SUPERNOVA: Update savegame version
-rw-r--r-- | engines/supernova/supernova.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/supernova/supernova.h b/engines/supernova/supernova.h index 895f49dc92..f356c778fd 100644 --- a/engines/supernova/supernova.h +++ b/engines/supernova/supernova.h @@ -43,7 +43,7 @@ namespace Supernova { #define SAVEGAME_HEADER MKTAG('M','S','N','1') -#define SAVEGAME_VERSION 5 +#define SAVEGAME_VERSION 6 #define SUPERNOVA_DAT "supernova.dat" #define SUPERNOVA_DAT_VERSION 1 @@ -78,7 +78,7 @@ private: class SupernovaEngine : public Engine { public: - SupernovaEngine(OSystem *syst); + explicit SupernovaEngine(OSystem *syst); ~SupernovaEngine(); virtual Common::Error run(); |