aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index f342547884..22bdbb614e 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -1110,7 +1110,7 @@ void CharsetRenderer::drawBits()
}
}
dst = (_dest_ptr += _vm->_realWidth);
- mask += 40;
+ mask += _vm->gdi._numStrips;
y++;
}
}