From 1ad3b6d3cff2825363dddca12cd19b2eceaf95b7 Mon Sep 17 00:00:00 2001 From: Kirben Date: Sun, 28 Feb 2016 11:13:49 +1100 Subject: LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time. --- engines/lab/detection.cpp | 6 +++--- 1 file 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() }, { -- cgit v1.2.3