From 9793201dea7003cb284520f09ff8174f43baf3ae Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 24 Jan 2016 01:38:29 +0100 Subject: [PATCH] LAB: Remove testing flag on the Amiga version, set it as unsupported --- engines/lab/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 86071d6f10b..eedf09fe302 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