diff options
Diffstat (limited to 'engines/mohawk')
| -rw-r--r-- | engines/mohawk/detection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index f0c657897d..5664929948 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -167,7 +167,7 @@ public:  	}  	virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const { -		return detectGameFilebased(allFiles, Mohawk::fileBased); +		return detectGameFilebased(allFiles, fslist, Mohawk::fileBased);  	}  	virtual const char *getName() const { | 
