summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fuukifg2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fuukifg2.cpp')
-rw-r--r--src/mame/video/fuukifg2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fuukifg2.cpp b/src/mame/video/fuukifg2.cpp
index 83b8d743736..eba3f8059ca 100644
--- a/src/mame/video/fuukifg2.cpp
+++ b/src/mame/video/fuukifg2.cpp
@@ -220,7 +220,7 @@ UINT32 fuuki16_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap,
draw_layer(screen, bitmap, cliprect, tm_middle, 0, 2);
draw_layer(screen, bitmap, cliprect, tm_front, 0, 4);
- m_fuukivid->draw_sprites(screen, bitmap, cliprect, flip_screen(), 0);
+ m_fuukivid->draw_sprites(screen, bitmap, cliprect, flip_screen(), nullptr);
return 0;
}