diff options
Diffstat (limited to 'src/mame/video/kan_pand.c')
-rw-r--r-- | src/mame/video/kan_pand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kan_pand.c b/src/mame/video/kan_pand.c index 545e66abddb..37269509c6d 100644 --- a/src/mame/video/kan_pand.c +++ b/src/mame/video/kan_pand.c @@ -233,7 +233,7 @@ void kaneko_pandora_device::draw( bitmap_ind16 &bitmap, const rectangle &cliprec if (sy & 0x100) sy -= 0x200; - m_gfxdecode->gfx(m_gfx_region)->transpen(m_palette,bitmap,cliprect, + m_gfxdecode->gfx(m_gfx_region)->transpen(bitmap,cliprect, tile, (tilecolour & 0xf0) >> 4, flipx, flipy, |