summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tankbust.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tankbust.c')
-rw-r--r--src/mame/video/tankbust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tankbust.c b/src/mame/video/tankbust.c
index 8391fc3834d..5a782b2ad5e 100644
--- a/src/mame/video/tankbust.c
+++ b/src/mame/video/tankbust.c
@@ -210,7 +210,7 @@ void tankbust_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
if ((spriteram[offs+1]!=4)) //otherwise - ghost sprites
{
- m_gfxdecode->gfx(0)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(0)->transpen(m_palette,bitmap,cliprect,
code, color,
flipx,flipy,
sx,sy,0);