diff options
author | Tarek Soliman | 2019-10-23 11:46:10 -0500 |
---|---|---|
committer | Tarek Soliman | 2019-10-23 11:46:10 -0500 |
commit | 3993ea0251a9dc2b896eef2ba4f28ef6061553ca (patch) | |
tree | 87744c39b278392078352c84f466f0c280e6b0c5 /engines/avalanche | |
parent | ca825e5cf97215151b5c008654bf96fe95d88bfe (diff) | |
download | scummvm-rg350-3993ea0251a9dc2b896eef2ba4f28ef6061553ca.tar.gz scummvm-rg350-3993ea0251a9dc2b896eef2ba4f28ef6061553ca.tar.bz2 scummvm-rg350-3993ea0251a9dc2b896eef2ba4f28ef6061553ca.zip |
AVALANCHE: Mark all detection entries as ADGF_UNSTABLE
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp index add9075f49..d6f59a68fc 100644 --- a/engines/avalanche/detection.cpp +++ b/engines/avalanche/detection.cpp @@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI) }, |