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