diff options
-rw-r--r-- | engines/sci/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 138bd1fcf6..8a76f820ea 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1531,7 +1531,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 5502009}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, - SCI_VERSION(1, 000, 753) + SCI_VERSION(1, 000, 200) // FIXME: the executable is version 1.000.753, which doesn't work }, #if 0 |