Fixed a small difference I introduced in revision 695. Sorry about that ...
This commit is contained in:
parent
015e47c058
commit
1ede3b08f7
@ -342,7 +342,7 @@ static void draw_background(running_machine *machine, mame_bitmap *bitmap, const
|
||||
rect.max_y = ypos + 2 * BGHEIGHT - 1;
|
||||
}
|
||||
|
||||
fillbitmap(bitmap, machine->remapped_colortable[machine->gfx[image]->color_base + 3], &rect);
|
||||
fillbitmap(bitmap, machine->pens[machine->gfx[image]->color_base + 3], &rect);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user