LAB: Mark all versions as testing

This commit is contained in:
Filippos Karapetis 2016-01-23 03:09:49 +02:00
parent 617ca2e306
commit 792ae03373

View File

@ -48,7 +48,7 @@ static const ADGameDescription labDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformDOS, Common::kPlatformDOS,
ADGF_NO_FLAGS, ADGF_TESTING,
GUIO0() GUIO0()
}, },
{ {
@ -61,7 +61,7 @@ static const ADGameDescription labDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformDOS, Common::kPlatformDOS,
Lab::GF_LOWRES, Lab::GF_LOWRES | ADGF_TESTING,
GUIO0() GUIO0()
}, },
{ {
@ -75,7 +75,7 @@ static const ADGameDescription labDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformWindows, Common::kPlatformWindows,
ADGF_NO_FLAGS, ADGF_TESTING,
GUIO0() GUIO0()
}, },
{ {
@ -84,7 +84,7 @@ static const ADGameDescription labDescriptions[] = {
AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformAmiga, Common::kPlatformAmiga,
Lab::GF_LOWRES, Lab::GF_LOWRES | ADGF_TESTING,
GUIO0() GUIO0()
}, },
AD_TABLE_END_MARKER AD_TABLE_END_MARKER