mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.
This commit is contained in:
parent
bf453e59da
commit
1ad3b6d3cf
@ -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()
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user