removed hardcoded value

svn-id: r5435
This commit is contained in:
Paweł Kołodziejski 2002-11-06 08:19:25 +00:00
parent 173c0eac43
commit 788decd9d4

View File

@ -1110,7 +1110,7 @@ void CharsetRenderer::drawBits()
}
}
dst = (_dest_ptr += _vm->_realWidth);
mask += 40;
mask += _vm->gdi._numStrips;
y++;
}
}