summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thepit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thepit.c')
-rw-r--r--src/mame/video/thepit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/thepit.c b/src/mame/video/thepit.c
index 940c3bb178d..ac3940ca594 100644
--- a/src/mame/video/thepit.c
+++ b/src/mame/video/thepit.c
@@ -266,13 +266,13 @@ static void draw_sprites(running_machine &machine,
/* sprites 0-3 are drawn one pixel down */
if (offs < 16) y++;
-
+
state->m_gfxdecode->gfx(2 * state->m_graphics_bank + 1)->transpen(bitmap,cliprect,
state->m_spriteram[offs + 1] & 0x3f,
state->m_spriteram[offs + 2],
flipx, flipy, x, y, 0);
-
+
state->m_gfxdecode->gfx(2 * state->m_graphics_bank + 1)->transpen(bitmap,cliprect,
state->m_spriteram[offs + 1] & 0x3f,
state->m_spriteram[offs + 2],