aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/text.cpp')
-rw-r--r--engines/macventure/text.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/macventure/text.cpp b/engines/macventure/text.cpp
index a2777f8774..46a54bd4ab 100644
--- a/engines/macventure/text.cpp
+++ b/engines/macventure/text.cpp
@@ -113,12 +113,11 @@ void TextAsset::decodeHuffman() {
} else {
strLen = stream.getBits(7);
}
- // OK up to here
uint32 mask = 0;
uint32 symbol = 0;
char c;
for (uint16 i = 0; i < strLen; i++) {
- mask = stream.peekBits(16); // The mask is OK
+ mask = stream.peekBits(16);
uint32 entry;
// Find the length index