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::EN_ANY,
|
||||||
Common::kPlatformWindows,
|
Common::kPlatformWindows,
|
||||||
GF_DVD,
|
ADGF_NO_FLAGS,
|
||||||
GUIO_NONE
|
GUIO_NONE
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||||
},
|
},
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformWindows,
|
Common::kPlatformWindows,
|
||||||
ADGF_DEMO | GF_DVD,
|
ADGF_DEMO,
|
||||||
GUIO_NONE
|
GUIO_NONE
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -37,10 +37,6 @@ class Driver;
|
||||||
class FrameLimiter;
|
class FrameLimiter;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum StarkGameFeatures {
|
|
||||||
GF_DVD = (1 << 1)
|
|
||||||
};
|
|
||||||
|
|
||||||
class ArchiveLoader;
|
class ArchiveLoader;
|
||||||
class Console;
|
class Console;
|
||||||
class DialogPlayer;
|
class DialogPlayer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue