summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/holeland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/holeland.c')
-rw-r--r--src/mame/video/holeland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/holeland.c b/src/mame/video/holeland.c
index ed72ae44368..79dc5e01a37 100644
--- a/src/mame/video/holeland.c
+++ b/src/mame/video/holeland.c
@@ -135,7 +135,7 @@ void holeland_state::holeland_draw_sprites( bitmap_ind16 &bitmap, const rectangl
sy = 240 - sy;
}
- m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(1)->transpen(m_palette,bitmap,cliprect,
code,
color,
flipx,flipy,
@@ -173,7 +173,7 @@ void holeland_state::crzrally_draw_sprites( bitmap_ind16 &bitmap,const rectangle
sy = 240 - sy;
}
- m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(1)->transpen(m_palette,bitmap,cliprect,
code,
color,
flipx,flipy,