mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
house shadows (nw)
This commit is contained in:
parent
329a65da16
commit
bdc1897d7f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user