summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/djmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/djmain.c')
-rw-r--r--src/mame/video/djmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/djmain.c b/src/mame/video/djmain.c
index c66efa257e1..24f2bff0934 100644
--- a/src/mame/video/djmain.c
+++ b/src/mame/video/djmain.c
@@ -93,7 +93,7 @@ void djmain_state::draw_sprites( bitmap_rgb32 &bitmap, const rectangle &cliprect
int zw = ox + (((x + 1) * xscale + (1 << 11)) >> 12) - sx;
int zh = oy + (((y + 1) * yscale + (1 << 11)) >> 12) - sy;
-
+
m_gfxdecode->gfx(0)->zoom_transpen(bitmap,
cliprect,
c,
@@ -111,7 +111,7 @@ void djmain_state::draw_sprites( bitmap_rgb32 &bitmap, const rectangle &cliprect
int sx = ox + (x << 4);
int sy = oy + (y << 4);
-
+
m_gfxdecode->gfx(0)->transpen(bitmap,
cliprect,
c,