diff options
| author | Max Horn | 2004-08-28 14:48:51 +0000 |
|---|---|---|
| committer | Max Horn | 2004-08-28 14:48:51 +0000 |
| commit | 4fea28887e43c18d187a9d360293c6eb1d67c7c8 (patch) | |
| tree | 82d4bc2bf5316192e1b4dfa121d0ffc604489e69 /scumm/script_v6.cpp | |
| parent | e023ba7a815b4b9f28ea7bffc144372cd0cd18c1 (diff) | |
| download | scummvm-rg350-4fea28887e43c18d187a9d360293c6eb1d67c7c8.tar.gz scummvm-rg350-4fea28887e43c18d187a9d360293c6eb1d67c7c8.tar.bz2 scummvm-rg350-4fea28887e43c18d187a9d360293c6eb1d67c7c8.zip | |
cleanup
svn-id: r14818
Diffstat (limited to 'scumm/script_v6.cpp')
| -rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 753714a8bf..2041b65ac8 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -564,7 +564,7 @@ void ScummEngine_v6::readArrayFromIndexFile() { a = _fileHandle.readUint16LE(); b = _fileHandle.readUint16LE(); c = _fileHandle.readUint16LE(); - if (c == 1) + if (c == kBitArray) defineArray(num, kBitArray, a, b); else defineArray(num, kIntArray, a, b); |
