mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-27 04:07:05 +00:00
removed hardcoded value
svn-id: r5435
This commit is contained in:
parent
173c0eac43
commit
788decd9d4
@ -1110,7 +1110,7 @@ void CharsetRenderer::drawBits()
|
||||
}
|
||||
}
|
||||
dst = (_dest_ptr += _vm->_realWidth);
|
||||
mask += 40;
|
||||
mask += _vm->gdi._numStrips;
|
||||
y++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user