mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Explicitly stated a bit masking to please VC.NET2003 runtime small types conversion checks.
svn-id: r9671
This commit is contained in:
parent
0563d61106
commit
93ca5cb3af
@ -1767,7 +1767,7 @@ void Gdi::unkDecodeA(byte *dst, const byte *src, int height) {
|
||||
cl -= 3;
|
||||
bits >>= 3;
|
||||
if (incm) {
|
||||
color += incm;
|
||||
color = (byte)((color+incm)&0xFF);
|
||||
} else {
|
||||
FILL_BITS;
|
||||
reps = bits & 0xFF;
|
||||
|
Loading…
Reference in New Issue
Block a user