summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sandscrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sandscrp.cpp')
-rw-r--r--src/mame/drivers/sandscrp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sandscrp.cpp b/src/mame/drivers/sandscrp.cpp
index 78d3d98822e..d7e0d2529d8 100644
--- a/src/mame/drivers/sandscrp.cpp
+++ b/src/mame/drivers/sandscrp.cpp
@@ -152,12 +152,12 @@ uint32_t sandscrp_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
// copy sprite bitmap to screen
m_pandora->update(bitmap, cliprect);
-
+
for ( int h = 4; h < 8; h++ ) // high bit of tile priority : above sprites
{
m_view2->render_tilemap_chip(screen,bitmap,cliprect,h);
}
-
+
return 0;
}