aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2009-02-19 02:26:09 +0000
committerMatthew Hoops2009-02-19 02:26:09 +0000
commita427d11c27a751acdd5f622b0a39e6d514059950 (patch)
treea0ca6df08d5f260450258421b32e8cf0f38f8a4f /engines
parent3c7d122ad2da98133c1a8a72a36563ab563eac2b (diff)
downloadscummvm-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.cpp2
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)
},