STARK: Remove unneeded detector flags
This commit is contained in:
parent
58ff5bd79a
commit
44d7e7cc1a
2 changed files with 2 additions and 6 deletions
|
@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
GF_DVD,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO_NONE
|
||||
},
|
||||
|
||||
|
@ -89,7 +89,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO | GF_DVD,
|
||||
ADGF_DEMO,
|
||||
GUIO_NONE
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue