LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.

This commit is contained in:
Kirben 2016-02-28 11:13:49 +11:00
parent bf453e59da
commit 1ad3b6d3cf

View file

@ -48,7 +48,7 @@ static const ADGameDescription labDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformDOS, Common::kPlatformDOS,
ADGF_TESTING, ADGF_NO_FLAGS,
GUIO0() GUIO0()
}, },
{ {
@ -61,7 +61,7 @@ static const ADGameDescription labDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformDOS, Common::kPlatformDOS,
Lab::GF_LOWRES | ADGF_TESTING, Lab::GF_LOWRES | ADGF_NO_FLAGS,
GUIO0() GUIO0()
}, },
{ {
@ -75,7 +75,7 @@ static const ADGameDescription labDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformWindows, Common::kPlatformWindows,
ADGF_TESTING, ADGF_NO_FLAGS,
GUIO0() GUIO0()
}, },
{ {