diff options
author | Filippos Karapetis | 2009-03-19 09:09:31 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-19 09:09:31 +0000 |
commit | 8dc12da206cc850b3bd2bd456e4607ded695704d (patch) | |
tree | cbd27dc7594a7e050c7520b5d731ec0e39ddd299 | |
parent | 114d9f211cd37245cb3257c9e0ebb147c4db1a19 (diff) | |
download | scummvm-rg350-8dc12da206cc850b3bd2bd456e4607ded695704d.tar.gz scummvm-rg350-8dc12da206cc850b3bd2bd456e4607ded695704d.tar.bz2 scummvm-rg350-8dc12da206cc850b3bd2bd456e4607ded695704d.zip |
Added another version of SQ4
svn-id: r39525
-rw-r--r-- | engines/sci/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 67e6fb75ea..788b9e0ddc 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -2197,6 +2197,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 000, 200) // FIXME: the executable is version 1.000.753, which doesn't work }, + // Space Quest 4 - English DOS + {{"sq4", "", { + {"resource.map", 0, "71ccf4f82ac4efb588731acfb7bf2603", 5646}, + {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 933928}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(1, 000, 200) // FIXME: the executable is version 1.000.753, which doesn't work + }, + #if 0 // Space Quest 4 - German DOS (from Tobis87) {{"sq4", "", { |