summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/oneshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/oneshot.c')
-rw-r--r--src/mame/video/oneshot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/oneshot.c b/src/mame/video/oneshot.c
index 7969cc1ecb2..bb874a096e9 100644
--- a/src/mame/video/oneshot.c
+++ b/src/mame/video/oneshot.c
@@ -122,7 +122,6 @@ void oneshot_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprec
{
for (blocky = 0; blocky < ysize; blocky++)
{
-
gfx->transpen(
bitmap,
cliprect,
@@ -131,7 +130,7 @@ void oneshot_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprec
0,0,
xpos + blockx * 8, ypos + blocky * 8, 0);
-
+
gfx->transpen(
bitmap,
cliprect,