mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
fixed compilation
svn-id: r5051
This commit is contained in:
parent
9c436e6220
commit
4fc67f55c0
@ -975,7 +975,7 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, int h,
|
||||
else
|
||||
decompressMaskImg();
|
||||
} else {
|
||||
if (!(_useOrDecompress && flag & dbAllowMaskOr));
|
||||
if (!(_useOrDecompress && flag & dbAllowMaskOr))
|
||||
for (int h = 0; h < _numLinesToProcess; h++)
|
||||
_mask_ptr_dest[h * NUM_STRIPS] = 0;
|
||||
/* needs better abstraction, FIXME */
|
||||
|
Loading…
Reference in New Issue
Block a user