diff options
author | Travis Howell | 2009-02-19 03:05:35 +0000 |
---|---|---|
committer | Travis Howell | 2009-02-19 03:05:35 +0000 |
commit | b595d2815b5ea2a6dc84eff98a517a2862f15b6f (patch) | |
tree | 0d56827cf8bc9c29ac2382cd144fb24f5912d55e /engines/sci | |
parent | a427d11c27a751acdd5f622b0a39e6d514059950 (diff) | |
download | scummvm-rg350-b595d2815b5ea2a6dc84eff98a517a2862f15b6f.tar.gz scummvm-rg350-b595d2815b5ea2a6dc84eff98a517a2862f15b6f.tar.bz2 scummvm-rg350-b595d2815b5ea2a6dc84eff98a517a2862f15b6f.zip |
Update SCI version for Kings Quest 4 (Amiga).
svn-id: r38532
Diffstat (limited to 'engines/sci')
-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 a8af169adf..def616a9f8 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -408,7 +408,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {"resource.004", 0, "3fac034c7d130e055d05bc43a1f8d5f8", 549993}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0}, {}, - SCI_VERSION(0, 000, 274) // FIXME: some versions are v. 0.000.409/0.000.502 + SCI_VERSION(0, 000, 502) }, // King's Quest 4 - English DOS |