diff options
author | Travis Howell | 2004-08-30 13:05:03 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-30 13:05:03 +0000 |
commit | 026e3755618b0c74c3c0721ef168da920a1226ba (patch) | |
tree | 11a3793ea139e1aeb3d9cee5e7f8ee3d90952ed2 | |
parent | 4abeb21aad8847e5473e394584d16d1cfcaf8f39 (diff) | |
download | scummvm-rg350-026e3755618b0c74c3c0721ef168da920a1226ba.tar.gz scummvm-rg350-026e3755618b0c74c3c0721ef168da920a1226ba.tar.bz2 scummvm-rg350-026e3755618b0c74c3c0721ef168da920a1226ba.zip |
Typo
svn-id: r14841
-rw-r--r-- | scumm/script_v7he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |