From 788decd9d4fb3ffe131c87dcdabc2557fac5f9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Wed, 6 Nov 2002 08:19:25 +0000 Subject: [PATCH] removed hardcoded value svn-id: r5435 --- scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/string.cpp b/scumm/string.cpp index f342547884c..22bdbb614ec 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++; } }