WAGE: Fix Detection For ADParams Removal From AdvancedMetaEngine.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
This commit is contained in:
parent
30793f99eb
commit
43aaffc80d
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
class WageMetaEngine : public AdvancedMetaEngine {
|
||||
public:
|
||||
WageMetaEngine() : AdvancedMetaEngine(Wage::gameDescriptions, sizeof(ADGameDescription), wageGames) {
|
||||
params.singleid = "wage";
|
||||
params.guioptions = Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI;
|
||||
_singleid = "wage";
|
||||
_guioptions = Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI;
|
||||
}
|
||||
|
||||
virtual const char *getName() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue