aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lab/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index b080a80f68..8d81e5f0ae 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_TESTING,
+ ADGF_NO_FLAGS,
GUIO0()
},
{
@@ -61,7 +61,7 @@ static const ADGameDescription labDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- Lab::GF_LOWRES | ADGF_TESTING,
+ Lab::GF_LOWRES | ADGF_NO_FLAGS,
GUIO0()
},
{
@@ -75,7 +75,7 @@ static const ADGameDescription labDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO0()
},
{