Fix MT5440 [Alex Jackson]

This commit is contained in:
Alex W. Jackson 2014-02-13 00:29:43 +00:00
parent 686d540bad
commit 6a57b2c85a

View file

@ -395,7 +395,7 @@ void colortable_palette_set_color(colortable_t *ctable, UINT32 entry, rgb_t colo
assert(entry < ctable->palentries);
/* alpha doesn't matter */
color &= 0xffffff;
color |= 0xff000000;
/* update if it has changed */
if (ctable->palette[entry] != color)