Skip to content

Commit

Permalink
WAGE: Fix Detection For ADParams Removal From AdvancedMetaEngine.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
  • Loading branch information
digitall authored and sev- committed Dec 27, 2015
1 parent 30793f9 commit 43aaffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/wage/detection.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit 43aaffc

Please sign in to comment.