diff options
Diffstat (limited to 'engines')
-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(); |