diff options
author | Tarek Soliman | 2019-10-23 11:44:58 -0500 |
---|---|---|
committer | Tarek Soliman | 2019-10-23 11:44:58 -0500 |
commit | ca825e5cf97215151b5c008654bf96fe95d88bfe (patch) | |
tree | 9a0cf0182a90038bc208164d6908ada919ad6f31 /engines/cryo | |
parent | a6ebe2d68c7d063bf30a1927f82f59332ad88928 (diff) | |
download | scummvm-rg350-ca825e5cf97215151b5c008654bf96fe95d88bfe.tar.gz scummvm-rg350-ca825e5cf97215151b5c008654bf96fe95d88bfe.tar.bz2 scummvm-rg350-ca825e5cf97215151b5c008654bf96fe95d88bfe.zip |
CRYO: Mark demo detection entries as ADGF_UNSTABLE
Diffstat (limited to 'engines/cryo')
-rw-r--r-- | engines/cryo/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index 213a66101d..4c189b9413 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -53,7 +53,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("EDEN6.HSQ", 0, 17093), Common::EN_ANY, Common::kPlatformDOS, - ADGF_DEMO, + ADGF_DEMO | ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI) }, @@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("EDEN.DAT", 0, 205473728), Common::EN_ANY, Common::kPlatformDOS, - ADGF_DEMO, + ADGF_DEMO | ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI) }, |