house shadows (nw)

This commit is contained in:
Olivier Galibert 2014-09-05 18:48:51 +00:00
parent 329a65da16
commit bdc1897d7f

View File

@ -1073,7 +1073,7 @@ void raiden2_state::blend_layer(bitmap_rgb32 &bitmap, const rectangle &cliprect,
{
const UINT8 alpha_active[0x10] = { // MSB first
//00 08 10 18 20 28 30 38 40 48 50 58 60 68 70 78
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0f, 0x00, 0x00
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0f, 0x00, 0x00
};
const pen_t *pens = &m_palette->pen(0);