aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/detection.cpp
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2018-03-14 01:31:28 +0100
committerJoseph-Eugene Winzer2018-04-14 11:45:52 +0200
commitbda0eb4c8872bcf53ff6eee233e0c7bfb53dbc95 (patch)
tree58861067d377ff2304f28d3424f8788af2ee74af /engines/supernova/detection.cpp
parentdc38d6a8cde47e634bc1c869dbbed476ae34017c (diff)
downloadscummvm-rg350-bda0eb4c8872bcf53ff6eee233e0c7bfb53dbc95.tar.gz
scummvm-rg350-bda0eb4c8872bcf53ff6eee233e0c7bfb53dbc95.tar.bz2
scummvm-rg350-bda0eb4c8872bcf53ff6eee233e0c7bfb53dbc95.zip
SUPERNOVA: Adds English msn2 to detection
Diffstat (limited to 'engines/supernova/detection.cpp')
-rw-r--r--engines/supernova/detection.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index 7fd2da1760..a26274c3bf 100644
--- a/engines/supernova/detection.cpp
+++ b/engines/supernova/detection.cpp
@@ -67,6 +67,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
+ {
+ "msn2",
+ NULL,
+ AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
AD_TABLE_END_MARKER
};