summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stadhero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stadhero.c')
-rw-r--r--src/mame/video/stadhero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stadhero.c b/src/mame/video/stadhero.c
index 37315fa5f76..c0ddc2aaf64 100644
--- a/src/mame/video/stadhero.c
+++ b/src/mame/video/stadhero.c
@@ -23,7 +23,7 @@ UINT32 stadhero_state::screen_update_stadhero(screen_device &screen, bitmap_ind1
// machine().tilemap().set_flip_all(m_flipscreen ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0);
flip_screen_set(m_tilegen1->get_flip_state());
-
+
m_tilegen1->set_bppmultmask(0x8, 0x7);
m_tilegen1->deco_bac06_pf_draw(bitmap,cliprect,TILEMAP_DRAW_OPAQUE, 0x00, 0x00, 0x00, 0x00);
m_spritegen->draw_sprites(machine(), bitmap, cliprect, m_spriteram, 0x00, 0x00, 0x0f);