summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skydiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skydiver.c')
-rw-r--r--src/mame/video/skydiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/skydiver.c b/src/mame/video/skydiver.c
index faf71b54463..8b92f4134df 100644
--- a/src/mame/video/skydiver.c
+++ b/src/mame/video/skydiver.c
@@ -190,7 +190,7 @@ void skydiver_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
sx -= 8;
}
- m_gfxdecode->gfx(1)->zoom_transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(1)->zoom_transpen(m_palette,bitmap,cliprect,
charcode, color,
xflip,yflip,sx,sy,
wide ? 0x20000 : 0x10000, 0x10000,0);