summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/trackfld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/trackfld.c')
-rw-r--r--src/mame/video/trackfld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/trackfld.c b/src/mame/video/trackfld.c
index 0407021f834..1eb074f3450 100644
--- a/src/mame/video/trackfld.c
+++ b/src/mame/video/trackfld.c
@@ -220,7 +220,7 @@ void trackfld_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &clipre
//}
-
+
m_gfxdecode->gfx(0)->transmask(bitmap,cliprect,
code + m_sprite_bank1 + m_sprite_bank2, color,
flipx, flipy,
@@ -228,7 +228,7 @@ void trackfld_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &clipre
m_palette->transpen_mask(*m_gfxdecode->gfx(0), color, 0));
/* redraw with wraparound */
-
+
m_gfxdecode->gfx(0)->transmask(bitmap,cliprect,
code + m_sprite_bank1 + m_sprite_bank2, color,
flipx, flipy,