summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo_spr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo_spr.c')
-rw-r--r--src/mame/video/tecmo_spr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tecmo_spr.c b/src/mame/video/tecmo_spr.c
index 3170692612d..3911c8ba013 100644
--- a/src/mame/video/tecmo_spr.c
+++ b/src/mame/video/tecmo_spr.c
@@ -120,7 +120,7 @@ int spbactn_draw_sprites(screen_device &screen, gfxdecode_device *gfxdecode, bit
int x = sx + 8 * (flipx ? (size - 1 - col) : col);
int y = sy + 8 * (flipy ? (size - 1 - row) : row);
- gfxdecode->gfx(2)->transpen_raw(bitmap,cliprect,
+ gfxdecode->gfx(2)->transpen_raw(bitmap,cliprect,
code + layout[row][col],
gfxdecode->gfx(2)->colorbase() + color * gfxdecode->gfx(2)->granularity(),
flipx, flipy,