LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.
This commit is contained in:
parent
bf453e59da
commit
1ad3b6d3cf
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue