diff options
author | Jaromir Wysoglad | 2019-05-27 21:53:55 +0200 |
---|---|---|
committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 |
commit | 98b3ba2d2b9426420c02acbf3c7f9c040a6ef499 (patch) | |
tree | e1cbba974a14f5cf3f632bc8ae16025a66fee29a /engines/supernova | |
parent | 0ed3dbf21f5dc2eb6bb90324d77937e68189a43a (diff) | |
download | scummvm-rg350-98b3ba2d2b9426420c02acbf3c7f9c040a6ef499.tar.gz scummvm-rg350-98b3ba2d2b9426420c02acbf3c7f9c040a6ef499.tar.bz2 scummvm-rg350-98b3ba2d2b9426420c02acbf3c7f9c040a6ef499.zip |
SUPERNOVA: Remove detection of Mission Supernova 2
Diffstat (limited to 'engines/supernova')
-rw-r--r-- | engines/supernova/detection.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp index 974dfa6ca1..0dc210e744 100644 --- a/engines/supernova/detection.cpp +++ b/engines/supernova/detection.cpp @@ -31,7 +31,6 @@ static const PlainGameDescriptor supernovaGames[] = { {"msn1", "Mission Supernova 1"}, - {"msn2", "Mission Supernova 2"}, {nullptr, nullptr} }; @@ -56,27 +55,6 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO1(GUIO_NONE) }, - - // Mission Supernova 2 - { - "msn2", - nullptr, - AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805), - Common::DE_DEU, - Common::kPlatformDOS, - ADGF_UNSTABLE, - GUIO1(GUIO_NONE) - }, - { - "msn2", - nullptr, - AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805), - Common::EN_ANY, - Common::kPlatformDOS, - ADGF_UNSTABLE, - GUIO1(GUIO_NONE) - }, - AD_TABLE_END_MARKER }; } |