diff options
author | Johannes Schickel | 2008-05-31 20:18:43 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-05-31 20:18:43 +0000 |
commit | dd79ed10114d552ce9932331d9e4023af6e8dfa1 (patch) | |
tree | 20ddf59f016e3b057063890be2870d91b82a1738 | |
parent | 97348d5f44fc56f5073f301140094438530eb021 (diff) | |
download | scummvm-rg350-dd79ed10114d552ce9932331d9e4023af6e8dfa1.tar.gz scummvm-rg350-dd79ed10114d552ce9932331d9e4023af6e8dfa1.tar.bz2 scummvm-rg350-dd79ed10114d552ce9932331d9e4023af6e8dfa1.zip |
Added ADGF_CD to Italian fan translation of kyra1 cd.
svn-id: r32438
-rw-r--r-- | engines/kyra/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index a3ca2f829e..344121b503 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -282,7 +282,7 @@ const KYRAGameDescription adGameDescs[] = { AD_ENTRY1("GEMCUT.PAK", "d8327fc4b7a72b23c900fa13aef4093a"), Common::IT_ITA, Common::kPlatformPC, - Common::ADGF_NO_FLAGS + Common::ADGF_CD }, KYRA1_CD_FLAGS }, |