Restores previous position of the background gfx.

This may or may not be correct but, for now, fixes the black-on-black stage indicator letter
This commit is contained in:
Zsolt Vasvari 2008-02-18 00:24:17 +00:00
parent 4fea206b3a
commit 89b4614fff

View file

@ -310,6 +310,9 @@ static void draw_background(running_machine *machine, mame_bitmap *bitmap, const
xpos += 128;
/* this may not be correct */
ypos = ypos + (22 - 8);
drawgfx(bitmap, machine->gfx[image],
0, 0,
flip_screen,