From ee6840a4847203c398520e235932d15e4c320226 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 22 Jan 2006 13:32:39 +0000 Subject: Used by PC version of FT demo too. svn-id: r20136 --- scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 6e061acc85..910df20dc1 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -2871,7 +2871,7 @@ static bool generateDetectName(const ScummGameSettings *g, int method, char *det strcpy(detectName, "000.LFL"); break; case 2: - if (g->version < 4 || g->version > 6) + if (g->version < 4 || g->version > 7) return false; strcpy(detectName, g->gameid); strcat(detectName, ".000"); -- cgit v1.2.3