summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fantland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fantland.c')
-rw-r--r--src/mame/video/fantland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fantland.c b/src/mame/video/fantland.c
index 353a9081dcb..f04b7f3dd40 100644
--- a/src/mame/video/fantland.c
+++ b/src/mame/video/fantland.c
@@ -134,7 +134,7 @@ void fantland_state::draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect
if (x >= 0x180) x -= 0x200;
- m_gfxdecode->gfx(0)->transpen(bitmap,cliprect, code,color, flipx,flipy, x,y,0);
+ m_gfxdecode->gfx(0)->transpen(m_palette,bitmap,cliprect, code,color, flipx,flipy, x,y,0);
}
}