diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |