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