mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
xevious: fixed cocktail offset
This commit is contained in:
parent
81f78a6c1b
commit
5af9effe5e
@ -452,7 +452,8 @@ static void draw_sprites(running_machine &machine, bitmap_t *bitmap,const rectan
|
||||
{
|
||||
flipx = !flipx;
|
||||
flipy = !flipy;
|
||||
sy += 48;
|
||||
sy += 40;
|
||||
sx += 96;
|
||||
}
|
||||
|
||||
transmask = colortable_get_transpen_mask(machine.colortable, machine.gfx[bank], color, 0x80);
|
||||
|
Loading…
Reference in New Issue
Block a user