diff options
author | Filippos Karapetis | 2009-05-14 19:58:42 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-14 19:58:42 +0000 |
commit | 42633c986540ba1be10f822a1ff874e351c4c921 (patch) | |
tree | fe62a576e05d44017f9a494f5ce4c2bb54603a9c | |
parent | bf5e4431d828f5ae6aa6273cf3049ecca7fbc122 (diff) | |
download | scummvm-rg350-42633c986540ba1be10f822a1ff874e351c4c921.tar.gz scummvm-rg350-42633c986540ba1be10f822a1ff874e351c4c921.tar.bz2 scummvm-rg350-42633c986540ba1be10f822a1ff874e351c4c921.zip |
Fixed SQ3 Amiga by hardcoding the resource version (automatic resource version detection fails on this one)
svn-id: r40568
-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 3f908836d6..b822e4ac09 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -2555,7 +2555,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {"resource.004", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 761984}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0}, 0, - SCI_VERSION_AUTODETECT, + SCI_VERSION_0, SCI_VERSION(0, 000, 685) // TODO: best bet, exe seems packed }, |