diff options
author | Strangerke | 2016-01-24 01:38:29 +0100 |
---|---|---|
committer | Strangerke | 2016-01-24 01:38:29 +0100 |
commit | 9793201dea7003cb284520f09ff8174f43baf3ae (patch) | |
tree | 2404da9d196d82ca46d4611ea0ec2be438534fa9 /engines/lab | |
parent | 4c43e575b37164015bd8e080a66705fe5157f464 (diff) | |
download | scummvm-rg350-9793201dea7003cb284520f09ff8174f43baf3ae.tar.gz scummvm-rg350-9793201dea7003cb284520f09ff8174f43baf3ae.tar.bz2 scummvm-rg350-9793201dea7003cb284520f09ff8174f43baf3ae.zip |
LAB: Remove testing flag on the Amiga version, set it as unsupported
Diffstat (limited to 'engines/lab')
-rw-r--r-- | engines/lab/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 86071d6f10..eedf09fe30 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -84,7 +84,7 @@ static const ADGameDescription labDescriptions[] = { AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors Common::EN_ANY, Common::kPlatformAmiga, - Lab::GF_LOWRES | ADGF_TESTING, + Lab::GF_LOWRES | ADGF_UNSTABLE, GUIO0() }, AD_TABLE_END_MARKER |