From b36a5afbd841df965151716fda4c06485ac8901b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 25 Apr 2006 21:37:53 +0000 Subject: Files that are *not* 00.LFL or 000.LFL indicate V5+ games -> teach the detector about that svn-id: r22159 --- engines/scumm/plugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index f2255db8f5..455fec01e3 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -1186,6 +1186,10 @@ void detectGames(const FSList &fslist, Common::List &results, co } else continue; } else { + // Must be a V5+ game + if (g->version < 5) + continue; + // So at this point the gameid is determined, but not necessarily // the variant! -- cgit v1.2.3