aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirben2016-02-28 11:13:49 +1100
committerKirben2016-02-28 11:13:49 +1100
commit1ad3b6d3cff2825363dddca12cd19b2eceaf95b7 (patch)
tree6dd98218dbd8a010aa238abcea2e8a0c40038ec9
parentbf453e59daf5ef3ee71d4e1e97f24c19dcd206f9 (diff)
downloadscummvm-rg350-1ad3b6d3cff2825363dddca12cd19b2eceaf95b7.tar.gz
scummvm-rg350-1ad3b6d3cff2825363dddca12cd19b2eceaf95b7.tar.bz2
scummvm-rg350-1ad3b6d3cff2825363dddca12cd19b2eceaf95b7.zip
LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.
-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()
},
{