summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/raiden.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/raiden.c')
-rw-r--r--src/mame/video/raiden.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/raiden.c b/src/mame/video/raiden.c
index bb385c8c3a3..3d975604359 100644
--- a/src/mame/video/raiden.c
+++ b/src/mame/video/raiden.c
@@ -133,7 +133,7 @@ void raiden_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect,
flipx = !flipx;
}
- gfx->transpen(bitmap,cliprect, code, color, flipx, flipy, x, y, 15);
+ gfx->transpen(bitmap,cliprect, code, color, flipx, flipy, x, y, 15);
}
}