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::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()
},
{