summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rpunch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rpunch.c')
-rw-r--r--src/mame/video/rpunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rpunch.c b/src/mame/video/rpunch.c
index 40735dd025e..d1728c2c38a 100644
--- a/src/mame/video/rpunch.c
+++ b/src/mame/video/rpunch.c
@@ -218,7 +218,7 @@ void rpunch_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect,
if (x >= BITMAP_WIDTH) x -= 512;
if (y >= BITMAP_HEIGHT) y -= 512;
- m_gfxdecode->gfx(2)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(2)->transpen(m_palette,bitmap,cliprect,
code, color + (m_sprite_palette / 16), xflip, yflip, x, y, 15);
}
}