summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tagteam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tagteam.c')
-rw-r--r--src/mame/video/tagteam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tagteam.c b/src/mame/video/tagteam.c
index 1a64821abad..db331d98d6a 100644
--- a/src/mame/video/tagteam.c
+++ b/src/mame/video/tagteam.c
@@ -163,7 +163,7 @@ void tagteam_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect
flipy = !flipy;
}
-
+
m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
code, color,
flipx, flipy,
@@ -175,7 +175,7 @@ void tagteam_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect
color = m_palettebank;
sy += (flip_screen() ? -256 : 256);
-
+
m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
code, color,
flipx, flipy,