summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/higemaru.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/higemaru.c')
-rw-r--r--src/mame/video/higemaru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/higemaru.c b/src/mame/video/higemaru.c
index d80a364ca1f..6f14971b996 100644
--- a/src/mame/video/higemaru.c
+++ b/src/mame/video/higemaru.c
@@ -144,6 +144,6 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
UINT32 higemaru_state::screen_update_higemaru(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}