diff options
author | Torbjörn Andersson | 2008-07-10 16:19:17 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-07-10 16:19:17 +0000 |
commit | c8488c060cea860d02fdf59221408f7974a80eab (patch) | |
tree | 23e153f34c87a5bf3363a6d09ac5cb4dea113f6f | |
parent | 985a032871e3296daa2c9cedb4cfabfa9036137d (diff) | |
download | scummvm-rg350-c8488c060cea860d02fdf59221408f7974a80eab.tar.gz scummvm-rg350-c8488c060cea860d02fdf59221408f7974a80eab.tar.bz2 scummvm-rg350-c8488c060cea860d02fdf59221408f7974a80eab.zip |
Fixed Kyra 3 detection regression.
svn-id: r32992
-rw-r--r-- | engines/kyra/detection.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 0c8acb59b7..fce1e93bc2 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -527,7 +527,7 @@ const KYRAGameDescription adGameDescs[] = { Common::kPlatformPC, Common::ADGF_DROPLANGUAGE }, - KYRA3_CD_INS_FLAGS + KYRA3_CD_FLAGS }, { { @@ -542,7 +542,7 @@ const KYRAGameDescription adGameDescs[] = { Common::kPlatformPC, Common::ADGF_DROPLANGUAGE }, - KYRA3_CD_INS_FLAGS + KYRA3_CD_FLAGS }, { { @@ -557,7 +557,7 @@ const KYRAGameDescription adGameDescs[] = { Common::kPlatformPC, Common::ADGF_DROPLANGUAGE }, - KYRA3_CD_INS_FLAGS + KYRA3_CD_FLAGS }, // installed version @@ -574,7 +574,7 @@ const KYRAGameDescription adGameDescs[] = { Common::kPlatformPC, Common::ADGF_DROPLANGUAGE }, - KYRA3_CD_FLAGS + KYRA3_CD_INS_FLAGS }, { { @@ -589,7 +589,7 @@ const KYRAGameDescription adGameDescs[] = { Common::kPlatformPC, Common::ADGF_DROPLANGUAGE }, - KYRA3_CD_FLAGS + KYRA3_CD_INS_FLAGS }, { { @@ -604,7 +604,7 @@ const KYRAGameDescription adGameDescs[] = { Common::kPlatformPC, Common::ADGF_DROPLANGUAGE }, - KYRA3_CD_FLAGS + KYRA3_CD_INS_FLAGS }, // Spanish fan translation, see fr#1994040 "KYRA3: Add support for Spanish fan translation" |