From a9e164e757fde583858f82abfdbdfe8ba729dac5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 24 Jan 2006 23:14:52 +0000 Subject: Fix HE games. svn-id: r20160 --- scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index bb220853af..704266e45f 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -2885,7 +2885,7 @@ static bool generateDetectName(const ScummGameSettings *g, int method, char *det strcat(detectName, ".la0"); break; case 4: - if (g->heversion > 0) + if (g->heversion == 0) return false; strcpy(detectName, g->gameid); strcat(detectName, ".he0"); -- cgit v1.2.3