diff options
author | Thierry Crozat | 2017-09-30 16:29:43 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 02:15:33 +0000 |
commit | d76b44ee57c5a5db6d825af16e82bf778ba0d30b (patch) | |
tree | dc66850dd5477c3432dc50e9218c7607a230172b /engines | |
parent | 0f4d364e63bbc1cb2a14917245a4e8d0abe82150 (diff) | |
download | scummvm-rg350-d76b44ee57c5a5db6d825af16e82bf778ba0d30b.tar.gz scummvm-rg350-d76b44ee57c5a5db6d825af16e82bf778ba0d30b.tar.bz2 scummvm-rg350-d76b44ee57c5a5db6d825af16e82bf778ba0d30b.zip |
SUPERNOVA: Add detection entry for English translation
Diffstat (limited to 'engines')
-rw-r--r-- | engines/supernova/detection.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp index 577fc74f06..17db24a01f 100644 --- a/engines/supernova/detection.cpp +++ b/engines/supernova/detection.cpp @@ -47,6 +47,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO1(GUIO_NONE) }, + { + "msn1", + NULL, + AD_ENTRY1s("msn.exe", "d11264516c529c7fc2ca81d8ba062d9e", 65536), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO1(GUIO_NONE) + }, // Mission Supernova 2 { |