mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 11:46:54 +00:00
gdi.drawBitmap already performs clipping, no need to do it here
svn-id: r15256
This commit is contained in:
parent
503fb0982e
commit
5d655be798
@ -488,8 +488,7 @@ void ScummEngine::drawVerbBitmap(int verb, int x, int y) {
|
||||
}
|
||||
for (i = 0; i < imgw; i++) {
|
||||
tmp = xstrip + i;
|
||||
if (tmp < gdi._numStrips)
|
||||
gdi.drawBitmap(imptr, vs, tmp, ydiff, imgw * 8, imgh * 8, i, 1, Gdi::dbAllowMaskOr);
|
||||
gdi.drawBitmap(imptr, vs, tmp, ydiff, imgw * 8, imgh * 8, i, 1, Gdi::dbAllowMaskOr);
|
||||
}
|
||||
|
||||
vst = &_verbs[verb];
|
||||
|
Loading…
Reference in New Issue
Block a user