diff options
author | Matthew Hoops | 2009-02-19 02:26:09 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-02-19 02:26:09 +0000 |
commit | a427d11c27a751acdd5f622b0a39e6d514059950 (patch) | |
tree | a0ca6df08d5f260450258421b32e8cf0f38f8a4f /engines | |
parent | 3c7d122ad2da98133c1a8a72a36563ab563eac2b (diff) | |
download | scummvm-rg350-a427d11c27a751acdd5f622b0a39e6d514059950.tar.gz scummvm-rg350-a427d11c27a751acdd5f622b0a39e6d514059950.tar.bz2 scummvm-rg350-a427d11c27a751acdd5f622b0a39e6d514059950.zip |
Fix kq4 start (it was using the wrong version).
svn-id: r38531
Diffstat (limited to 'engines')
-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 8856ebe9b6..a8af169adf 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -420,7 +420,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {"resource.004", 0, "77615c595388acf3d1df8e107bfb6b52", 479562}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, - SCI_VERSION(0, 000, 274) // FIXME: some versions are v. 0.000.409/0.000.502 + SCI_VERSION(0, 000, 502) }, |