summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/olibochu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/olibochu.c')
-rw-r--r--src/mame/drivers/olibochu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/olibochu.c b/src/mame/drivers/olibochu.c
index 87e3956181d..f2f598f5541 100644
--- a/src/mame/drivers/olibochu.c
+++ b/src/mame/drivers/olibochu.c
@@ -200,7 +200,7 @@ void olibochu_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &clipre
flipy = !flipy;
}
-
+
m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
code, color,
flipx, flipy,
@@ -226,7 +226,7 @@ void olibochu_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &clipre
flipy = !flipy;
}
-
+
m_gfxdecode->gfx(0)->transpen(bitmap,cliprect,
code, color,
flipx, flipy,