From 98b3ba2d2b9426420c02acbf3c7f9c040a6ef499 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Mon, 27 May 2019 21:53:55 +0200 Subject: SUPERNOVA: Remove detection of Mission Supernova 2 --- engines/supernova/detection.cpp | 22 ---------------------- 1 file changed, 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 }; } -- cgit v1.2.3