aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quest/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/quest/detection.cpp')
-rw-r--r--engines/glk/quest/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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;