Fixed a small difference I introduced in revision 695. Sorry about that ...

This commit is contained in:
stephh 2008-02-17 13:48:46 +00:00
parent 015e47c058
commit 1ede3b08f7

View File

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