summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/prehisle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/prehisle.c')
-rw-r--r--src/mame/video/prehisle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/prehisle.c b/src/mame/video/prehisle.c
index 97008477724..feb38d0153e 100644
--- a/src/mame/video/prehisle.c
+++ b/src/mame/video/prehisle.c
@@ -147,7 +147,7 @@ void prehisle_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
if ((foreground && priority) || (!foreground && !priority))
{
- m_gfxdecode->gfx(3)->transpen(bitmap,cliprect, code, color, flipx, flipy, sx, sy, 15);
+ m_gfxdecode->gfx(3)->transpen(m_palette,bitmap,cliprect, code, color, flipx, flipy, sx, sy, 15);
}
}
}