From 792ae03373e7480cff1e026c801e38a5875d910a Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 23 Jan 2016 03:09:49 +0200 Subject: LAB: Mark all versions as testing --- engines/lab/detection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index c26231292b..86071d6f10 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -48,7 +48,7 @@ static const ADGameDescription labDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_TESTING, GUIO0() }, { @@ -61,7 +61,7 @@ static const ADGameDescription labDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, - Lab::GF_LOWRES, + Lab::GF_LOWRES | ADGF_TESTING, GUIO0() }, { @@ -75,7 +75,7 @@ static const ADGameDescription labDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_TESTING, GUIO0() }, { @@ -84,7 +84,7 @@ static const ADGameDescription labDescriptions[] = { AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors Common::EN_ANY, Common::kPlatformAmiga, - Lab::GF_LOWRES, + Lab::GF_LOWRES | ADGF_TESTING, GUIO0() }, AD_TABLE_END_MARKER -- cgit v1.2.3