summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tehkanwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tehkanwc.c')
-rw-r--r--src/mame/video/tehkanwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tehkanwc.c b/src/mame/video/tehkanwc.c
index 4aa46fe7623..54fa3fdfdd8 100644
--- a/src/mame/video/tehkanwc.c
+++ b/src/mame/video/tehkanwc.c
@@ -148,7 +148,7 @@ void tehkanwc_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
flipy = !flipy;
}
- m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(1)->transpen(m_palette,bitmap,cliprect,
code, color, flipx, flipy, sx, sy, 0);
}
}