diff options
Diffstat (limited to 'engines/made')
-rw-r--r-- | engines/made/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index d943f86f08..ce31b4077d 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -85,7 +85,7 @@ static const MadeGameDescription gameDescriptions[] = { }, 0, 0, - GF_CD_COMPRESSED, + GF_CD, 0, }, @@ -101,7 +101,7 @@ static const MadeGameDescription gameDescriptions[] = { }, 0, 0, - GF_CD, + GF_CD_COMPRESSED, 0, }, |