Skip to content

Commit

Permalink
LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirben committed Feb 28, 2016
1 parent c984ebd commit 364b84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engines/lab/detection.cpp
Expand Up @@ -48,7 +48,7 @@ static const ADGameDescription labDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_TESTING,
ADGF_NO_FLAGS,
GUIO0()
},
{
Expand All @@ -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()
},
{
Expand All @@ -75,7 +75,7 @@ static const ADGameDescription labDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_TESTING,
ADGF_NO_FLAGS,
GUIO0()
},
{
Expand Down

0 comments on commit 364b84a

Please sign in to comment.