From 026e3755618b0c74c3c0721ef168da920a1226ba Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 30 Aug 2004 13:05:03 +0000 Subject: Typo svn-id: r14841 --- scumm/script_v7he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 0f04aafe30..cc43d990ae 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -807,7 +807,7 @@ void ScummEngine_v7he::o7_unknownEF() { array = readVar(0); - if (len = -1) { + if (len == -1) { len2 = resStrLen(getStringAddress(array2)); len = 0; } else { -- cgit v1.2.3