diff options
author | Travis Howell | 2009-02-20 04:23:18 +0000 |
---|---|---|
committer | Travis Howell | 2009-02-20 04:23:18 +0000 |
commit | 0155a1d0b4aeea44c7f27405675bbb2c52d660d6 (patch) | |
tree | 0c598df66f2726440a8b08bcd7ad695b8d8abc21 | |
parent | 9e340004ff100e247d51b1b7fd213f5f1120088a (diff) | |
download | scummvm-rg350-0155a1d0b4aeea44c7f27405675bbb2c52d660d6.tar.gz scummvm-rg350-0155a1d0b4aeea44c7f27405675bbb2c52d660d6.tar.bz2 scummvm-rg350-0155a1d0b4aeea44c7f27405675bbb2c52d660d6.zip |
Enable Eco Quest again.
svn-id: r38580
-rw-r--r-- | engines/sci/detection.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 4a561360ba..061532cb5a 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -276,16 +276,14 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 000, 168) }, -#if 0 // Eco Quest - English DOS CD 1.1 {{"ecoquest", "CD", { {"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804}, {"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, - SCI_VERSION(1, 001, 64) + SCI_VERSION(1, 1, 64) }, -#endif #if 0 // Eco Quest - Spanish DOS Floppy |