xevious: fixed cocktail offset

This commit is contained in:
Michaël Banaan Ananas 2011-11-26 17:15:57 +00:00
parent 81f78a6c1b
commit 5af9effe5e

View File

@ -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);