diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp index 4e3aed9e68f..05ad381910a 100644 --- a/engines/chewy/detection.cpp +++ b/engines/chewy/detection.cpp @@ -122,7 +122,7 @@ static const ADExtraGuiOptionsMap optionsList[] = { class ChewyMetaEngineDetection : public AdvancedMetaEngineDetection { public: - ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames) { + ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames, Chewy::optionsList) { _maxScanDepth = 2; _flags = kADFlagMatchFullPaths; }