summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/opwolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/opwolf.cpp')
-rw-r--r--src/mame/video/opwolf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/opwolf.cpp b/src/mame/video/opwolf.cpp
index c53e7779dcc..ad0f039bad5 100644
--- a/src/mame/video/opwolf.cpp
+++ b/src/mame/video/opwolf.cpp
@@ -52,7 +52,7 @@ uint32_t opwolf_state::screen_update_opwolf(screen_device &screen, bitmap_ind16
screen.priority().fill(0, cliprect);
// Sprite/tilemap priority is hardwired by the PAL16L8 at location 19
-
+
m_pc080sn->tilemap_draw(screen, bitmap, cliprect, layer[0], TILEMAP_DRAW_OPAQUE, 1);
m_pc080sn->tilemap_draw(screen, bitmap, cliprect, layer[1], 0, 2);