diff options
author | Filippos Karapetis | 2016-01-23 03:09:49 +0200 |
---|---|---|
committer | Filippos Karapetis | 2016-01-23 03:18:52 +0200 |
commit | 792ae03373e7480cff1e026c801e38a5875d910a (patch) | |
tree | 2b2e850b719a16626e7f5dc8235fbcf02b6029ad | |
parent | 617ca2e30694bb587c31683e2f83ccd4f4a86c35 (diff) | |
download | scummvm-rg350-792ae03373e7480cff1e026c801e38a5875d910a.tar.gz scummvm-rg350-792ae03373e7480cff1e026c801e38a5875d910a.tar.bz2 scummvm-rg350-792ae03373e7480cff1e026c801e38a5875d910a.zip |
LAB: Mark all versions as testing
-rw-r--r-- | engines/lab/detection.cpp | 8 |
1 files 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 |