From 30bf05479a8d4b9e63b243b0f1acac3fb946da32 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 20 Jul 2019 18:12:56 -0700 Subject: GLK: QUEST: Added detection entries --- engines/glk/quest/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/quest/detection.cpp') diff --git a/engines/glk/quest/detection.cpp b/engines/glk/quest/detection.cpp index a0aa6b8634..1423bc13fc 100644 --- a/engines/glk/quest/detection.cpp +++ b/engines/glk/quest/detection.cpp @@ -52,7 +52,7 @@ bool QuestMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &g continue; Common::String filename = file->getName(); - if (!filename.hasSuffixIgnoreCase(".quest")) + if (!filename.hasSuffixIgnoreCase(".cas") && !filename.hasSuffixIgnoreCase(".asl")) continue; Common::File gameFile; -- cgit v1.2.3