diff options
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r-- | scumm/string.cpp | 2 |
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++; } } |