mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
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:
parent
4fea206b3a
commit
89b4614fff
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue